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

#lightbox a,
#lightbox a:hover,
#lightbox a img
  {
  border: 0 none;
  }

#outerImageContainer
  {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  }

#imageContainer
  {
  padding: 10px 10px 0 10px;
  }

#loading
  {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
  }

#prevLink
  {
  float: left;
  outline: 0 none;
  padding-left: 10px;
  }
#nextLink
  {
  float: right;
  outline: 0 none;
  padding-right: 10px;
  }

#imageDataContainer
  {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: auto;
  width: 100%
  }

#imageData
  {
  padding: 0 0 5px 0;
  color: #666;
  }

#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{}

#imageContainer #bottomNavClose
  {
  position: absolute;
  top: 0;
  right: 0;
  }

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

