/* the overlayed element */
div#voverlay {
	/* growing background image */
	background-image:url(http://www.zadehdentistry.com/wp-content/themes/pg/engine/images/white.png);
	/* dimensions after the growing animation finishes  */
	width:560px;
	height:340px;
	/* initially overlay is hidden */
	display:none;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(http://www.zadehdentistry.com/wp-content/themes/pg/engine/images/close.png);
	position:absolute;
	left:5px;
	top:5px;
	cursor:pointer;
	height:30px;
	width:30px;
}

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



/* ------------------------------------------ */



#videogallery { zoom:1; }
			#videogallery span{ display:block; }
			#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
				*display:inline;
	position:relative;
	vertical-align:top;
	width:136px;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
			}
			#videogallery a img{
				display:block;
				border:none;
				margin:0;
			}
			#videogallery a:hover{
				text-decoration:underline;
				opacity:1;
			}
			#videogallery a#videolb{display:none}
