
/* the overlayed element */
div.overlay {
		/* growing background image */
	background-image:url(/img/_blank.gif);
		/* dimensions after the growing animation finishes  */
	width:740px;
	height:358px;
		/* initially overlay is hidden */
	display:none;
	padding-top:5px;
	
		/* some padding to layout nested elements nicely  */
	
		
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image: url(/_scripts/overlay/close.gif);
	position:absolute;
	background-repeat:no-repeat;
	right:3px;
	top:-2px;
	cursor:pointer;
	height:20px;
	width:20px;
}


