/* vlightbox1 */
#vlightbox1 {
  width: 100%;
  text-align: left;
  zoom: 1;
  padding: 20px;
}
/*fade*/
#vlightbox1 .vlightbox1 div {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.7;
  padding: 5px;
  color: #FFF; 
}
#vlightbox1 .vlightbox1 {
  height: 105px; /*Height of lightbox image*/
  overflow: hidden;
}
#vlightbox1 .vlightbox1 {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: top;
  margin: 5px;
  font-family: Trebuchet,Tahoma,Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  outline: none;
  width: 169px; /*Width of lightbox image*/
}
#vlightbox1 .vlightbox1 a {
  margin: 0;
}
#vlightbox1 .vlightbox1 img {
  display: block;
  border: none;
  margin: 0; 
}
#vlightbox1 .vlightbox1 div {
  display: none
}
/* vlightbox2 */
#vlightbox2 {
  width: 100%;
  text-align: left;
  zoom: 1;
  padding: 20px;
}
/*fade*/
#vlightbox2 .vlightbox2 div {
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.7;
  padding: 5px;
  color: #FFF; 
}
#vlightbox2 .vlightbox2 {
  height: 109px; /*Height of lightbox image*/
  overflow: hidden;
}
#vlightbox2 .vlightbox2 {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  vertical-align: top;
  margin: 5px;
  width: 169px; /*Width of lightbox image*/
  font-family: Trebuchet,Tahoma,Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
  outline: none;
}
#vlightbox2 .vlightbox2 a {
  margin: 0;
}
#vlightbox2 .vlightbox2 img {
  display: block;
  border: none;
  margin: 0; 
}
#vlightbox2 .vlightbox2 div {
  display: none
}
/* vlb1overlay */
#vlb1overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 190;
  width: 100%;
  height: auto;
  background-color: #999;
}
#vlb1lightbox {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 200;
  text-align: center;
  color: #000;
  line-height: 0;
  padding-top: 20px;
}
#vlb1lightbox td {
  vertical-align: top;
}
#vlb1lightbox a, #vlb1lightbox a: hover {
  border-bottom: none;
  color: #000;
  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;
  background-color: #fff;
  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(../images/lightbox/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: 43%;
  height: 50px;
  width: 40px;
  position: absolute;
  z-index: 20;
  outline-style: none;
  display: block;
  text-indent: -9999px;
  background-position: 0 0;
  opacity: 0.8;
  }
#vlb1nextLinkImg {
  top: 43%;
  height: 50px;
  width: 40px;
  position: absolute;
  z-index: 20;
  outline-style: none;
  display: block;
  text-indent: -9999px;
  background-position: 100% 0;
  background: none;
  opacity: 0.8;
  } 
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg {
  background-image: url(data: image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: 3px; }
#vlb1nextLinkImg { right: 3px; }
#vlb1prevLinkImg: hover, 
#vlb1prevLinkImg.hover, 
#vlb1prevLinkImg: visited: hover { 
    opacity: 1; 
}
#vlb1nextLinkImg: hover, 
#vlb1nextLinkImg.hover, 
#vlb1nextLinkImg: visited: hover { 
  opacity: 1; 
} 
#vlb1imageContainerMain: hover #vlb1prevLinkImg {
  background-image: url(../images/lightbox/arrows.png);
    background-position: 0 0;
}
#vlb1imageContainerMain: hover #vlb1nextLinkImg {
  background-image: url(../images/lightbox/arrows.png);
  background-position: 100% 0; 
}
* html #vlb1prevLinkImg {
  background-image: url(../images/lightbox/arrows.png);
}
* html #vlb1nextLinkImg {
  background-image: url(../images/lightbox/arrows.png);
}
#vlb1imageDataContainer {
  width: auto;
  position: absolute;
  z-index: 21;
  bottom: 20px; 
  left: 5px;  
}
#vlb1imageData {
  font-family: Open Sans Condensed,Arial,Helvetica,sans-serif;
  font-size: 20px;
    line-height: 22px;  
  color: #000;
  background-color: #FFF;
  margin-right: 15px;
  overflow: visible;
  position: relative;
  z-index: 21;
  text-align: center;
}
#vlb1imageDetails { width: 100%; padding: 0;}
#vlb1caption { display: block;text-align: left; padding: 12px; font-size: 12px;}
#vlb1numberDisplay { display: none;text-align: right;}
#vlb1detailsNav {display: none;}
#vlb1prevLinkDetails, #vlb1nextLinkDetails {display: none;
}
#vlb1imageDataContainer {
    width: auto;
    position: absolute;
    z-index: 21;
    bottom: 20px;    
    left: 5px;    
}
#vlb1close {
  position: relative;
  width: 100%;
  height: 0;
  z-index: 21;
}
#vlb1closeLink {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  outline-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(../images/lightbox/close.png) no-repeat; 
  _background-image: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='index_files/vlb_files1/close.png', sizingMethod='scale');
  opacity: 0.8;
}
#vlb1closeLink: hover {
  opacity: 1;  
}
.clearfix: after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;
}
* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}
#vlb1outerImageFrame {
  border: 5px solid red;
  height: 100%;
  width: 100%;
  position: absolute;
}
#vlb1outerImageContainer {
  overflow: visible;
  margin-bottom: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); 
}
#vlb1outerImageContainer td {
  text-align: center;
  padding: 0;
}
#vlb1lightboxFrameBody {
  background-color: transparent;
}
.vlb {display: none;}
#vlb1outerImageContainer td, #vlb1outerImageContainer tr {
  font-size: 0;
  border: 0 none;
}
#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br {
  height: 5px;
  width: 5px;
}
#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.tc, #vlb1outerImageContainer td.tr, #vlb1outerImageContainer td.ml, #vlb1outerImageContainer td.mr, #vlb1outerImageContainer td.bl, #vlb1outerImageContainer td.bc, #vlb1outerImageContainer td.br {
  background-color: #FFF;
}
@media screen and (min-width: 640px) {
  #vlightbox1 .vlightbox1 img {
    min-height: 110px;
    margin-top: -5px;
  }
}
 @media screen and (max-width: 960px) {
#vlightbox1, #vlightbox2  {
  width: auto;
  text-align: center;
  margin: 0 0 40px 0;
}
  #vlightbox1 .vlightbox1, #vlightbox2 .vlightbox2 {
    height: 95px; /*Height of lightbox image*/
    width: 165px; /*Width of lightbox image*/
  }
}
 @media screen and (max-width: 820px) {
/* VLightBox 1 */
#vlightbox1, #vlightbox2 {
  text-align: center;
}
  #vlightbox1 .vlightbox1, #vlightbox2 .vlightbox1 {
    height: 95px; /*Height of lightbox image*/
    width: 150px; /*Width of lightbox image*/
  }
}
@media screen and (max-width: 640px) {
.Thumbs ul, .Thumbs li {
  margin: 0 auto;
  background-color: #666;
  color: #fff;
  border-bottom: solid 5px #fff;
}
  #vlightbox1 .vlightbox1 {
    display: inline-block;
  }
    #vlightbox1 {
      text-align: center;
    }
      #vlightbox1 .vlightbox1 { 
        height: 90px; /*Height of lightbox image*/
        width: 145px; /*Width of lightbox image*/
      }
    /* vLB1Caption */
    #vlb1caption {
      padding: 5px;
      line-height: 15px;  
    }
}


