/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	/*background-image:url(white.png);*/
	background-image:url(none.png);
	
	/* dimensions after the growing animation finishes  */
	width:960px; height:540px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:0px;
	35	3
}

/* default close button positioned on upper right corner */
div#voverlay .close {
	/*background-image:url(close.png);*/
	background-image:url(skip.png);
	position:absolute;
	/*top:15px; right:15px;*/
	bottom:-20px; right:0px;
	cursor:pointer;
	/*width:35px; height:35px;*/
	width:44px; height:15px;
}

div#vcontainer{
	top:0; left:0;
	width:100%; height:100%;	
	background:url(loading.gif) no-repeat 50% 50%;
}
