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