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