#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #ffffff;
	border-top:solid 1px ABABAB;
	border-left:solid 1px #ABABAB;
	border-right:solid 1px #ABABAB;	
	width: 250px;
	height: 250px;
	margin: 0 auto;
	margin-top:0px;
	}

#imageContainer {
	padding: 10px;

	}

#lightboxLoading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
	
#imageContainer>#hoverNav { left: 0; }

#hoverNav a { outline: none; }

#prevLink, #nextLink {
	width: 61px;
	height: 10px;
	display: block;
	}

/*
#prevLink { margin-left: 30%; float: left; margin-top:100% }
#nextLink { margin-right: 30%; float: right; margin-top:100%    }	
*/

#prevLink { margin-left: 50%; float: left; margin-top:86%; background: url(images/prevlabel.gif) left 15% no-repeat; } /* 50% */
#nextLink { margin-right: 20%; float: right; margin-top:86%; background: url(images/nextlabel.gif) right 15% no-repeat    }	/* 20% */

* html #prevLink { margin-left: 150px; float: left; margin-top:86%; background: url(images/prevlabel.gif) left 15% no-repeat; } /* 50% */
* html #nextLink { margin-right: 70px; float: right; margin-top:86%;background: url(images/nextlabel.gif) right 15% no-repeat }	/* 20% */

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	line-height: 1.4em;
	border-bottom:solid 1px #ABABAB;
	border-left:solid 1px #ABABAB;
	border-right:solid 1px #ABABAB;		
	}

#imageData {
	padding:0 10px;
	}
	
#imageData #imageDetails { width: 70%; float: left; text-align: left; display:none;}	
#imageData #caption { font-weight: bold; display:none	}
#imageData #numberDisplay { display: none; clear: left; padding-bottom: 1.0em;	} /* display:block */
#imageData #bottomNavClose { width: 53px; float: right; padding-bottom: 0.7em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: transparent;
	filter: alpha(opacity=0);
	-moz-opacity: 0.;
	opacity: 0.0;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
