$(document).ready(function(){

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

});
