			#videogallery { zoom:1; }
			#videogallery span{ display:block; }
			#videogallery {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 65%;
			color: #993333;
			padding: 0px 0px 0px 5px;
			margin: 0px;
			display: inline;
			}
			#videogallery a{
				color:#000066;
			text-decoration: none;
			}
			#videogallery a img{
				xdisplay:block;
				xborder:none;
				xmargin:0;
			}
			#videogallery a:hover{
				color:#3399CC;
			}
			#videogallery a#videolb{display:none}
			
			
			/* the overlayed element */
div#voverlay1 {
	
	/* growing background image */
	background-image:url(/apps/news/images/white.gif);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:300px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:40px 35px 10px 35px;
}

/* default close button positioned on upper right corner */
div#voverlay1 div.close {
	background-image:url(/apps/news/images/close.gif);
	position:absolute;
	left:11px;
	top:13px;
	cursor:pointer;
	height:30px;
	width:30px;
}

div#vcontainer1{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
}




/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(/apps/news/images/white.gif);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:400px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:40px 35px 10px 35px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(/apps/news/images/close.gif);
	position:absolute;
	left:11px;
	top:13px;
	cursor:pointer;
	height:30px;
	width:30px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(../images/loading.gif) no-repeat 50% 50%;
}


