$(function() {
			$("#products_treadmill").jCarouselLite({
				easing: "swing",
				visible: 1,
				auto: 1000, 
				speed: 3000,
				btnNext: ".next", btnPrev: ".prev", mouseWheel: true
			}); 
});

