#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	border: none;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0em;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0; }
#hoverNav a{ outline: none;}


#prevLink, #nextLink{
	background: transparent url(../_images/spacer.gif) no-repeat; 
	display: block;
}
/*
#prevLink { 
	width: 36px; float: right; border: 0px; background: url(../_images/lb_prev.gif) left 53% no-repeat;
}
#nextLink { 
	width: 36px; float: right;  border: 0; background: url(../_images/lb_next.gif) right 53% no-repeat; 
}
#prevLink:hover, #prevLink:visited:hover { background: url(../_images/lb_prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_images/lb_next.gif) right 53% no-repeat; }
*/

#bottomNav{
	padding: 5px 0 0 0;
}

#imageDataContainer{
	font-family:  Arial, "Sans Serif";
	background-color: #fff;
	margin: 0 auto;
	height: 100px;

}

#imageData{
	padding:0 10px;
}
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#title { 
	display: block;
	color: #143768; 
	font-size: 1.1em; 
	line-height: 1.4em; 
	margin: 0; padding: 0; 
	font-weight:normal;
}
#caption { 
	display: block;
	font-weight: normal;	
	font-size: 0.70em; 
	line-height: 1.2em;
}
#features { 
	display: block;
	padding: 5px 0 0 0;
	color: #87a0c0;
	font-weight: bold;
	font-size: 0.7em; 
	line-height: 1.7em;
	list-style:none;
	_line-height: 1.3em;
}
#features li {
	float: left;
	padding: 0 5px 0 20px;
	margin: 0 0 0 0;
	background:  #fff url("../../_images/factfile_li.gif") no-repeat left center ;
}
#imageData #numberDisplay{ display: block; clear: left;	}	
		
#imageData #bottomNavClose { width: 36px; float: right; border: 0px;	}	
#imageData #bottomNavClose img { width: 32px; height: 32px;	}	
#imageData #prevLinkBottom { width: 36px; float: right; border: 0px;	}	
#imageData #prevLinkBottom img { width: 32px; height: 32px;	}	
#imageData #nextLinkBottom { width: 36px; float: right; border: 0px;	}	
#imageData #nextLinkBottom img { width: 32px; height: 32px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}