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

#lightbox img#lightboxImage {
	width: auto;
	height: auto;
	padding: 10px 130px 60px 10px;
	border:1px solid #333;
	background-color: #000;
	z-index:0;
	margin:0px 0 0 60px;
}

.about #lightbox img#lightboxImage {
	padding: 10px 130px 30px 10px;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	margin: 0px;
}
	
#imageContainer {
	padding:0px 0 30px 0px;
}

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

#hoverNav { 
	display:block;
	position:absolute;
	left:0px;
	top:500px;
	z-index:1000;
	width:200px;
	height:20px;
	margin:0px 0 0 580px;
}

.reviews #hoverNav {
	position:relative;
	left:0px;
	top:-30px;
	margin:0px 0 0 0px;
	float:right;
	width:180px;
	text-align:right;
}

#imageContainer>#hoverNav{ left: 0;}

#hoverNav a {
	outline:none;
	display:block;
	width:75px;
	height:14px;
	z-index:1001;
}

#prevLink, #nextlink {
	left:0;
	float:left;
	display:block;
	width:71px;
	height:14px;
	z-index:1001;
	background: url(../images/prevlabel.gif) no-repeat;
}

#nextLink {
	right:0;
	width:75px;
	float:right;
	background: url(../images/nextlabel.gif) no-repeat;
}

#nextLink a {
	background: url(../images/nextlabel.gif) no-repeat;	
}

.reviews #nextLink,
.reviews #prevLink {
	float:right;
	position:relative;
	left:160px;
}

.reviews #prevLink {
	float:left;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#bottomNav {
	width:42px;
	float:right;
}

.about #bottomNav {
	position:relative;
	left:-100px;
}

#imageData,
#imageDataContainer {
	width:42px;
	z-index:1000;
	position:absolute;
	top:5px;
	left:430px;
	float:left;
}

.reviews #imageData {
	width:42px;
	z-index:1000;
	position:relative;
	top:5px;
	left:170px;
	float:right;
}

.reviews #imageDataContainer {
	top:5px;
	left:0px;	
}


#imageData #imageDetails {
	width: 42px;
	float: left;
	text-align: left;
}

.reviews #imageData #caption {
	display:none;
}

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

#close {
	width: 43px;
	height:12px;
	float: right;
	outline: none;
	display:block;
}	 	

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