jQuery.noConflict();
jQuery(function() {
			jQuery("#products_slider").jCarouselLite({
				easing: "swing",
				visible: 3,
				auto: 1000,
				speed: 2000
			});
});