$(function() {
			$("#products_treadmill").jCarouselLite({
				easing: "swing",
				visible: 4,
				auto: 1400, 
				speed: 1400,
        btnNext: ".next", 
        btnPrev: ".prev"
			}); 
});
