//ACTIONS

jQuery(document).ready(function(){
	
// contenuti
	

// chiusure

	jQuery("a.close").click(function(){
		jQuery("#hightlight").fadeOut("fast");
	});
	
});
