
/* the overlayed element */
.apple_overlay_corten {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../immagini/whiteCorten.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:500px;	
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

/* default close button positioned on upper right corner */
.apple_overlay_corten .close {
	background-image:url(../immagini/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
	border:0px;
}

	/* use a semi-transparent image for the overlay */
	#overlay_corten {
		top:20px;
		background-image:url(../immagini/whiteCorten.png);
		color:#efefef;
		height:250px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	div.contentWrap_corten {
		height:250px;
		/*overflow-y:auto;*/
		top: 0px;
	}
	