$(function() {
	
	$('.diaporama').cycle({
		fx:    'fade', 
		speed:  2500
	});
	
});