$(document).ready(function() {
	$('#diaporama').cycle({ 
   		timeout: 10000, 
   		delay:  -2000 
	});
});

	
	
