$(document).ready(function(){

	$(".diaporama1").jDiaporama({
		auto: true,
			delay: 10,
			animationSpeed: "slow",
			controls: true,
			keyboard: true,
			infos: false,
			currentimage: false,
			paused: false,
			boucles: 0,
			sens: "right",
			onrollover: true
	});

});
