
/* the overlayed element */
div.overlay {
	
	/* growing background image */

	
	/* dimensions after the growing animation finishes  */
	width:769px;
	height:549px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	
}

/* default close button positioned on upper right corner 
div.overlay div.close {
	background-image:url(../img/tasto_chiudi.gif);
	position:absolute;
	left:190px;
	top:303px;
	cursor:pointer;
	height:28px;
	width:78px;
}
*/