
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../../../customGates/resources/binaries/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	

}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../../../customGates/lib/functions/FancyZoom/images-global/zoom/closebox.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:30px;
}



.overlayContent
{
	color:#000000;
	width:500px;
	height:500px;
}

a.overlayLink
{
	color:#7F7F7F;
	text-decoration:none;
	font-style:normal;
	cursor:pointer;
}

a.overlayLink:hover
{
	color:#7F7F7F;
	text-decoration:none;
	font-style:normal;
	font-family:Verdana;
	font-size:11px;
	cursor:pointer;
}
