$(document).ready(function(){

	$(".diaporama").diaporama({
			delay: 4,
			animationSpeed: "slow",
			controls:false
	});

});
