/* the overlayed element */
div.overlay {
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;

background: #efefef;
	
}


#overlay img.close {
position: absolute;	
}

