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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000;
	width: 250px;
	height: 250px;
	margin: 0px auto;
        border-bottom: 0;
        border-top: 0px;
        padding: 0px 20px 0px 20px;
	}

#imageContainer{
	
	}

#imageContainer img{
	border: 1px solid #a7a7a7;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
        margin: 0px auto 0px auto;
        width: 172px;  
        height: 33px;
        position: relative;
	}

/*#hoverNav{ padding-left: 50px; }
html > body #hoverNav{ padding-left: 0px; }*/

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
          color: #a7a8aa;
          display: block;
          width: 36px;
          height: 33px;
	}


#prevLink {
  float: left; 
  display: inline; 
  text-decoration:none;
  background: url('/images/lightbox/prev.gif') no-repeat;
}
#nextLink {
  float: right; 
  display: inline; 
  text-decoration: none;
  background: url('/images/lightbox/next.gif') no-repeat; 
}

#slideshowLink { 
  font: 12px Verdana, Helvetica, sans-serif; 
  color: #919090;
  position:absolute;
  left: 38px;
  top: 9px;
  width: 100px;
  text-align: center;
  font-weight: bold;
  
}

#slideshowLink:hover {  
  text-decoration:none;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000;
	margin: 0 auto;
	line-height: 1.4em;
        padding-left: 20px;
        padding-right: 20px;
	}

#imageData{	padding:0 10px; }
#imageData #imageDetails{  color: #909090; font-size: 13px; float: left; text-align: left; }	
#imageData #caption{ }
#imageData #numberDisplay{ 
  display: block; 
  clear: left; 
  padding-bottom: 1.0em;	

}			
#bottomNavClose{ 
  width: 30px;
  height: 30px; 
  color: #a7a8aa;
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  background: top left url('/images/lightbox/close.gif');
}	

#bottomNavClose span {
  display:none;
}



#bottomNav {  
  background-color: #000; 
  width: 250px; 
  margin: 0 auto; 
  text-align: center; 
  z-index: 20; 
  height: 40px; 
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

#lightboxWrapper {
  border: 1px solid red;
  width: 1px;
}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position: relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
	
	#numberDisplay {
	  font: 12px Verdana, Helvetica, sans-serif;
	  margin-left: 12px;
	  margin-top: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #919090;
	}
	
	#imageDetails {
	  padding-bottom: 15px;
	}