document.observe("dom:loaded", function() {
	var carsel = new Carousel('carousel-wrapper',
			$$('#carousel-content .slide'), $$('a.carousel-control'), {
			   auto : true,
			   circular : true,
			   duration : 1.6,
			   effect: 'slide',
			   frequency : 4,
			   visibleSlides : 1,
			   wheel : true
			});
});
