
/* the overlayed element */
div.overlay {
	
	
	width:600px; 
	height:900px; 
	padding: 0;
	
	/* initially overlay is hidden */
	display:none;
	
}

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