@import url("https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext");
#vlightbox .vlightbox{display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline;margin:0 0 6% 6%;}
#vlightbox .vlightbox img{border:1px solid #ddd; padding:10px;width:100%;max-width:188px;}
#vlb1overlay{position:fixed;top:0;left:0;z-index:190;width:100%;background-color:#000;height: 100%; opacity: 0.85 !important; display: none;}
#vlb1lightbox{position:fixed;top:90px !important;left:0;z-index:200;text-align:center;color:#FFFFFF;padding-top: 20px;width: 100%; height: auto; display: none; overflow: hidden;}
#vlb1lightbox a, #vlb1lightbox a:hover{border-bottom:none;color:#FFFFFF;text-decoration:underline;}
#vlb1lightbox a img{border:none;}
#vlb1outerImageContainer{width:auto;height:auto;/* without this line error in IE8 detected */margin:0 auto;position:relative;}
#vlb1lightboxImage{width:100%;height:100%;}
#vlb1imageContainerMain{margin:0 auto;overflow:visible;position:relative;font-size:0;/* ie fix - big info bar*/}
#vlb1imageContainer{width:150px;height:30px;margin:0 auto;overflow:hidden;position:relative;font-size:0;/* ie fix - big info bar*/}
#vlb1loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;font-size:10px;z-index:1;}
#vlb1loadingLink{display:block;margin:0 auto;padding:0;width:32px;height:32px;background:url(loading.gif) center center no-repeat;text-indent:-9999px;}
#vlb1hoverNav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10;}
#vlb1imageContainer>#hoverNav{left:0;}
#vlb1prevLinkImg{top:50%;margin-top:-25px;height: 50px;width:44px;position:absolute;z-index:20;outline-style:none;display:block;text-indent:-9999px;background-position: 0 0;opacity:0.8;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
#vlb1nextLinkImg{top:50%;margin-top:-25px;height: 50px;width:44px;position:absolute;z-index:20;outline-style:none;display:block;text-indent:-9999px;background-position: 100% 0;background:none;opacity:0.8;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}	
#vlb1prevLinkImg{left: 0; display:block;}
#vlb1nextLinkImg{right: 0; display:block;}
#vlb1prevLinkImg:hover, 
#vlb1prevLinkImg.hover, 
#vlb1prevLinkImg:visited:hover{opacity:1;}
#vlb1nextLinkImg:hover, 
#vlb1nextLinkImg.hover, 
#vlb1nextLinkImg:visited:hover{opacity:1;} 
#vlb1imageContainerMain #vlb1prevLinkImg{background-image:url(../images/arrows.png);background-position: 0 0;}
#vlb1imageContainerMain #vlb1nextLinkImg{background-image:url(../images/arrows.png);background-position: 100% 0;}

/*#vlb1imageData{font-family:Arial,Helvetica,sans-serif;font-size:14px;color: #E9E9E9;background-color: rgba(0, 0, 0, 0.5);margin:0;overflow:visible;position: relative;z-index:21;text-align:center;}
#vlb1imageDetails{width:100%;padding: 0;}
#vlb1caption{display:block;text-align:left;padding:12px;color:#fff;}
#vlb1numberDisplay{display:none;text-align:right;}
#vlb1detailsNav{display:none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails{display:none;}
#vlb1imageDataContainer{width: auto;position:relative;z-index:21;bottom:0px;left:0; top:0;}*/

#vlb1closeLink{width:100%;height:0;z-index:30;position:absolute;top:7px;right:7px;display:block;outline-style:none;margin:0;padding:0;text-decoration:none;width:23px;height:21px;background:url(../images/close.png) no-repeat;opacity:0.8;}
#vlb1closeLink:hover{opacity:1;}  

@media screen and (max-width:600px){
#vlightbox .vlightbox {
    margin: 0 6% 6% 0;
    width: 26%;
}
}
@media screen and (max-width:480px){
#vlightbox .vlightbox {
    margin: 0 9% 6% 0;
    width: 40%;
}
}

