@charset "utf-8";

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background:url("/images/bg-matrix.png");
	
	/* dimensions after the growing animation finishes  */
	width:971px;
	height:536px;		
	
	/* initially overlay is hidden */
	display:none;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	padding:20px 0px;
	background:url("/images/btn-close.png") no-repeat;
	position:absolute;
	right:16px;
	top:10px;
	cursor:pointer;
	width:70px;
}

div.overlay div.wrap {
height:526px;overflow:hidden;
}



