/* the overlayed element */
div.overlay {
	
	/* dimensions after the growing animation finishes  */
	width:668px;
	height:538px;/* growing background image */
	background-image:url(../images/services/images/pop-up-overlay.png);
	
	
	/* initially overlay is hidden */
	display:none;
	
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/services/images/pop-up-close-btn.png);
	position:absolute;
	right:-10px;
	top:-15px;
	cursor:pointer;
	height:37px;
	width:39px;
}




