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