#lightbox{
	position: absolute;
	left: 0;
	z-index: 999;
	height:520px !important;
	margin-left:20px;
}

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: absolute;
	width: 250px;
	height: 250px;
	bottom:20px;
}

#imageContainer{
	position:fixed;
}

#loading{
	position: fixed;
	top: 40%;
	left: 50%;
	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: 100%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0; 
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#imageData #imageDetails{
	padding:0px 0 0 0;
}

#imageData #caption{
	font-size:11px;
}

#imageData #numberDisplay{
	padding:0px 0 0 0px;
	font-weight: normal;
	font-size:11px;
}

#bottomNavClose{
	margin-left:20px;
}

/*** START : next / previous text links ***/

#nextLinkText, #prevLinkText, #bottomNavClose{
	color: #0000;
	font-weight:normal;
	text-decoration: none;
}

#nextLinkText{
	padding-left: 0;
}

#prevLinkText{
	padding-right: 0;
}

/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top:0px;
}

/*** END : added padding when navbar is on top ***/

#imageDataContainer{
	position:absolute;
	bottom:0px;
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	padding:0 0 0px 0;
}

#imageDataContainer .imageDataContainer-helper {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	background-color:#ECE7E7;
	line-height: 1.4em;
	display:block;
	float:left !important;
	float:none;
	margin: 0px 0 0 0px !important;
	margin: 0px 0 0 0px;
}

#imageData{
	padding:0 0 0 0;
}

#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}

#overlay{
	position:fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}

.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 */
}	
	
