/* the overlayed element */
div.overlay {
	background-image: url(../img/overlay/transparent.gif);
	background-repeat: no-repeat;
	background-color: #646464;
	width:990px;
	height:624px;		
	display:none;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background:url(../img/overlay/apple-close.png) no-repeat;
	position:absolute;
	right:-30px;
	top:-20px;
	cursor:pointer;
	height:35px;
	width:35px;
}