#lightbox{
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
  }

#lightbox a img{ border: none; }

#outerImageContainer{
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer{
  padding: 0 0 0 0;
  }

#loading{
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }
#hoverNav{
  position: relative;
  top: -8px;
  left: 0;
   width: 100%;
  z-index: 10;
  }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
position:absolute;
  background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
  display: block;
width:100px;
font-size:11px !important;
height:10px !important;
top:16px;
color:black;
  }
#prevLink {left:90px;}
#nextLink {left:150px;}

#imageDataContainer{
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #e2e2e2;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  font-weight:bold;
  }

#imageData{ padding:5px 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 0.5em;  }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0;  }

#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
  }
  
#prevLink.hidden {
	display:none;
}

#nextLink.hidden {
	display:none;
}