document.observe("dom:loaded", function() { var objCar = new Carousel('left-carousel-wrapper',$$('#left-carousel-content .slide'),$$('#left-carousel-wrapper a.carousel-control'),{ duration: 0.2, transition: 'sinoidal', effect: 'scroll', auto: false, wheel: true, circular: true }); });