J(document).ready(function(){

	J(".diaporama").diaporama({
		animationSpeed: "slow",
		delay:5
	});

});
