/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url("../../../images/aboutus/album_frame.png");
	
	/* dimensions after the growing animation finishes  */
	width:629px;
	height:504px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}




