(function($){
	 $(function() {  
		$('.carrousel').cycle({
			fx:'fade', 
			timeout:  6000 
		});
	});  
})(jQuery);
