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