#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 9001; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer
{
  position: relative;
  background-color: #0a0a0a;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-left:1px solid #515151;
  border-top:1px solid #515151;
}
#imageContainer{ padding: 10px; position:relative;z-index:9002;}
#imageContainer #topNav
{
  position:relative;
  height:46px;
}
#topNav #topbox
{
  position:absolute;
  top:-10px;
  left:-10px;
  z-index:9002;
  width:103%;
  border-bottom:1px solid #515151;
  height:46px;
}
#topNav #caption
{
  position:absolute;
  top:2px;
  left:0px;
  z-index:9002;
  border:none;
}

#imageContainer img
{
  border-right:1px solid #515151;
  border-bottom:1px solid #515151;
  display:block;
}

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

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 50% no-repeat; }

#topNav #topNavClose
{
  position:relative;
  width: 90px;
  float: right;
  outline: none;
  z-index:9003;
}	 	
#bottomNavDownload
{
  width:175px;
  height:20px;
  outline:none;
}
#bottomNav
{
  width:175px;
  float:left;
}
#imageDataContainer
{
  position:relative;
  z-index:9003;
  font: 11px Arial, Helvetica, sans-serif;
  background-color: #0a0a0a;
  margin: 0 auto;
  line-height: 20px;
  overflow: auto;
  width: 100%;
  border-left:1px solid #515151;
  border-top:1px solid #515151;
}
#imageData
{
  padding:10px;
  color: #ccc;
}
#imageData #imageDetails{ width: 150px; float: right; text-align: right; }

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

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