#voverlay {
	background-color:black;
	position:absolute !important;
	top:0 !important;
  	left: 0 !important;
  	width:100%;
	display:none;
  	/*margin-top:-100px;height:100%;*/
}

/* default close button positioned on upper right corner */
#voverlay .close {
	background-image:url(../videos/close.png);
	cursor:pointer;
	height:30px;
	width:30px;
	float:right;
}

.v-wrapper {width:100%; margin:50px auto 0;}

.vcontainer {
	margin:0 auto;
	width:800px;
	height:450px;	
	border:1px solid #555;
	background:url(../videos/loading.gif) no-repeat 50% 50%;
}

.vlegend {margin:0 auto; padding:15px 0;}
.dsc span {font-size:18px; text-transform:uppercase;}
.dsc p {color:#fff; font-size:14px;}


	@media screen and (max-width : 479px) {
.vcontainer {width:280px; height:158px;}
.vlegend {width:280px;}
	}
	
	@media screen and (min-width : 480px) {
.vcontainer {width:400px; height:225px;}
.vlegend {width:400px;}
	}	
	
	@media screen and (min-width : 550px) {
.vcontainer {width:540px; height:304px;}
.vlegend {width:540px;}
	}
	
	@media screen and (min-width : 650px) {
.vcontainer {width:600px; height:338px;}
.vlegend {width:600px;}
	}
	
	@media screen and (max-width : 767px) {	
.dsc span {font-size:14px;}
.dsc p {font-size:12px;}
	
	}
	
	@media screen and (min-width : 768px) {	
.vcontainer {width:640px; height:360px;}
.vlegend {width:640px;}
	}
	
	@media screen and (min-width : 970px) {	
.vcontainer {width:800px; height:450px;}
.vlegend {width:800px;}	
	}
	
	@media screen and (min-width : 1170px) {	
.vcontainer {width:1024px; height:576px;}
.vlegend {width:1024px;}
	}
	
	
/*.videogallery {
	width:100%;
	zoom:1;
}
.videogallery span{ display:block; }
.videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:96px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
.videogallery a.videolb{display:none}
.videogallery a img{
	display:block;
	border:none;
	margin:0;
}
.videogallery a:hover{
	opacity:1;
}*/
	