jQuery(document).ready(function(){

	jQuery(".diaporama").diaporama({
		animationSpeed: "slow",
		delay:2
	});

});

