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