/*
Styles for Lightbox/Litebox
*/

#lightbox {
  line-height: 0em;
  position: absolute;
    left: 0;
    top: 40px;
  text-align: center;
  width: 100%;
  z-index: 100;
}
#lightbox a img {
  border: none;
}
#outerImageContainer {
  background-color: #e8f4ff;
  height: 250px;
  margin: 0 auto;
  position: relative;
  width: 250px;
}
#imageContainer {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  padding: 10px;
}
#loading {
  height: 25%;
  line-height: 0em;
  position: absolute;
    left: 0%;
    top: 40%;
  text-align: center;
  width: 100%;
}
#hoverNav {
  height: 100%;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  z-index: 10;
  }
#imageContainer > #hoverNav {
  left: 0;
}
#hoverNav a {
  outline: none;
}
#prevLink, #nextLink {
  background: transparent url(../images/lightbox/blank.png) no-repeat; /*  Trick IE into showing hover  */
  display: block;
  height: 100%;
  width: 49%;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prev.png) no-repeat 0% 50%; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/next.png) no-repeat 100% 50%; }


#imageDataContainer{
  background-color: #e8f4ff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  font: 10px Verdana, Helvetica, sans-serif;
  line-height: 1.4em;
  margin: 0 auto;
}
#imageData{
  padding: 0 10px;
}
#imageData #imageDetails { width: 85%; float: left; text-align: left; }
#imageData #caption { font-weight: normal; }
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose { width: 18px; float: right; }

#overlay {
  background-color: #a9d4dd;
  position: absolute;
    top: 0;
    left: 0;
  height: 500px;
  _filter: alpha(opacity=80);
  /*-moz-opacity: 0.8;*/                         /*  Added just "opacity" below instead (RLB)  */
  opacity: 0.8;
  width: 100%;
  z-index: 90;
}


.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html > body .clearfix {
  display: inline-block;
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }



/*
Extra additions  (RLB)
*/

div#lightbox a {
  background-color: transparent;
  border: none;
}
span#caption {
  background-color: transparent;
  color: #c00;
  font-size: small;
}
span#numberDisplay {
  background-color: transparent;
  color: #0062bb;
  font-size: small;
}
