/* the menu element */
#videogallery {
        margin:40px 0;
	width:100%;
        font-size:14px;
}

#videogallery img{
	border:none;
	float:right;

}

#videogallery h2 h3{font-size:16px; }
.scene_name { font-size:16px; font-weight: bold ;}
#videogallery span{  }

#videogallery a{
	font:14px Arial,Verdana,sans-serif;
	color:#ff6699;
	text-decoration:none;
	text-align:left;
        opacity:0.8;
	}

#videogallery a:hover{
	opacity:1;
}

#videogallery .scene {
padding:10px 0;
border-top:1px solid #333;
min-height:120px;
}


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

/* close button position */
#voverlay .close {
	background-image:url(images/close.png);
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	height:30px;
	width:30px;
}

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

