$(function() {
                        $("#products_treadmill").jCarouselLite({
                                easing: "swing",
                                visible: 5,
                                auto: 1000,
                                speed: 2000
                        });
});