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