div.wrapper2 { width:700px; height:625px; display:table; overflow:hidden; }
/* the overlayed element */
div.overlay2 {
			/* growing background image */
				background-image:url(images/white1.png);
			/* dimensions after the growing animation finishes  */
				width:703px;     height:630px;
			/* initially overlay is hidden */
				display:none;
			/* some padding to layout nested elements nicely  */
				padding:32px;
		}
		/* default close button positioned on upper right corner */
div.overlay2 div.close { background-image:url(images/close.png);position:absolute;right:2px;top:-3px;cursor:pointer;height:35px;width:35px; }
