$(document).ready(function(){

	$(".diaporama").diaporama({
		animationSpeed: 2000,
		delay:5,
		controls:false
	});

});