$(document).ready(function(){
	$("div.immagini a").colorbox();
	$("a.info").colorbox({width:"550px", height:"400px", iframe:true});	
	
});	
