.videogallery {
	width:100%;
	zoom:1;
}
.videogallery span{ display:block; }

.videogallery .videolb{display:none}

.videogallery a {
    display: block;
    background: ;
    border:0;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.videogallery a img {
		width: 100% !important; height: auto !important; 
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.videogallery a:hover {
    background: #025762;
}
.videogallery a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: 0.8 !important;
    filter: alpha(opacity=80);
}


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

	/* fix for bootstrap / normalize / etc... */
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}





/* default close button positioned on upper right corner 
#voverlay .close {
	background-image:url(close.png);
	position:absolute;
	right:-20px;
	top:-20px;
	cursor:pointer;
	height:40px;
	width:40px;
}
#voverlay .close:hover{
	background-image:url(close_hover.png);
}

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

#voverlay .vcontainer > div{
	height:100%;
}
*/



/* the overlayed element */
#voverlay {
		margin-top:100px;
		
	
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:360px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:10px;

	/* fix for bootstrap / normalize / etc... */
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* default close button positioned on upper right corner */
#voverlay .close {
	background-image:url(close.png);
	position:absolute;
	right: -12px;
	top: -12px;
	cursor:pointer;
	height:40px;
	width:40px;
		opacity:0.8;
}
#voverlay .close:hover{
	background-image:url(close_hover.png);
			opacity:1
}

#voverlay .vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(loading.gif) no-repeat 50% 50%;
		border: 1px solid #e4d2e4;  
}

#voverlay .vcontainer > div{
	height:100%;
}
