$(document).ready(function () {
	$('.giorno').hover(function(){
	$(this).find('div.event').show();
	
	});
});
