$(document).ready(function(){
	$(".aiuto_apri").colorbox({
		width:"900px",
		height:"600px",
		iframe:true
	});
	$("a.miniatura").colorbox({
		transition:"fade",
		maxHeight:"100%",
		slideshow:true,
		slideshowAuto:false,
		slideshowSpeed: 5000,
		slideshowStart: "START",
		slideshowStop: "STOP"
	});
});
