$(document).ready(function(){

	$(".diaporama").diaporama({
		animationSpeed: "slow",
		delay:2,
		nbimg: 5,
		currentPos: 0
	});
	

});
