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

#lightboxLayer {
  width: 830px;
  padding-top: 60px;
}
#objGray {
	background-color: #fcd5c0;
	width: 800px;
	overflow: hidden;
  margin-left: 15px;
  //margin-left: 0px;
}
#lightboxImage {
}

#lightbox a img{ border: none; }

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

#imageContainer {
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
  position: absolute;
  width: 830px;
  top: 0px;
  left: 0px;
  z-index: 10;
}

#imageContainer>#hoverNav { left: 0;}
#hoverNav a { outline: none;}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}
#prevLink { float: left; left: 0px; }
#nextLink { float: right; right: 0px; }
#prevLink { background: url(../images/lightbox/prevlabel.gif) left top no-repeat; }
#nextLink { background: url(../images/lightbox/nextlabel.gif) right top no-repeat; }

#caption {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
}

#imageDataContainer {
	margin: 0 auto;
	margin-top: 30px;
	*margin-top: 0px;
  margin-bottom: 20px;
	text-align: center;
}

#imageData{	padding: 0 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: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

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

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

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

* html .lbMinWidth { /* IE6 */
	padding-left: 800px;
	}


/* 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 */


