$(document).ready(function(){

	$(".diaporama").diaporama({
		animationSpeed: "normal",
		delay:8,
		controls:false
	});

});
