jQuery.noConflict();

jQuery(document).ready(function($){
	$('ul.menu_head_class li:first').addClass('home_item');							   
	$('ul.menu_head_class li:last').addClass('last');	
	$('ul.menu_foot_class li:last').addClass('last');
	
	//LATEST PRODUCTS SCROLL...
	$("#NewsVertical").jCarouselLite({
		vertical: true,
		hoverPause: true,
		visible: 4,
		auto:1000,
		speed:2000	
	}); 	
	
	//ROUNDED IMAGE...
	$(".rounded-img").load(function() {
	  $(this).wrap(function(){
		return '<span class="' + $(this).attr('class') + '" style="background:url(' + $(this).attr('src') + ') no-repeat center center; width: ' + $(this).width() + 'px; height: ' + $(this).height() + 'px;" />';
	  });
	  $(this).css("opacity","0");
	});	
});
