$(document).ready(function(){
	$(".diaporama").diaporama({
	animationSpeed: "slow",
	delay:2
	});
});

function show_diapo(id){
	$(".diapo-image").hide();
	$("#box-image-"+id).show();
}
