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