$(document).ready(function(){

	$(".diaporama").diaporama({
		animationSpeed: "fast",
		delay:1000
	});

});
