$(document).ready( function () {
	$('#diapo').cycle({
    		fx:    'fade',
    		timeout: 4000
    	});
});
