/* the overlayed element */
div.overlay {
	
	/* growing background image */

	background-color:#fff;
	border:1px solid #ccc;

	/*background-image:url(../images/overlay/white.png);*/
	
	/* dimensions after the growing animation finishes  */
	width:948px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:15px;

	height:80%;
	top:10%;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/overlay/apple-close.png);
	position:absolute;
	right:-13px;
	top:-11px;
	cursor:pointer;
	height:28px;
	width:28px;
}
.contentWrap{
	border:none;
	width:948px;
	height:100%;
	margin-bottom:0px;
}