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