$(document).ready (function (){

		$("#product-carousel").jCarouselLite({
			visible: 3,
			auto: 1500,
			scroll: 1,
			start: 0,
	    	speed: 1000
    	});
		
});
