#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #476e9e;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	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: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(next.gif) left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(prev.gif) right 50% no-repeat;
}
/*** START : next / previous text links ***/
#numberDisplay .sep{
	text-indent: -999px;
	overflow: hidden;
	float: left;
	width: 10px;
	height: 20px;
	/*background: url(prev_next.gif) no-repeat -57px 0;*/
}
#nextLinkText, #prevLinkText {
	color: #FF9834;
	font-weight:bold;
	text-decoration: none;
}
#nextLinkText {
	text-indent: -999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(prev_next.gif) no-repeat -22px 0;
	float: left;
}
#nextLinkText:hover {
	background: url(prev_next.gif) no-repeat -22px -22px;
}
#nextLinkTextDis {
	float: left;
	text-indent: -999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(prev_next.gif) no-repeat -22px -44px;
}
#prevLinkText {
	text-indent: -999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(prev_next.gif) no-repeat 0 0;
	float: left;
}

#prevLinkText:hover {
	background: url(prev_next.gif) no-repeat 0 -22px;
}
#prevLinkTextDis {
	text-indent: -999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	background: url(prev_next.gif) no-repeat 0 -44px;
	float: left;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
	padding-top: 5px;
}
/*** END : added padding when navbar is on top ***/

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #476e9e;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData {
	padding:0 10px 10px 10px;
	height: 20px;
}
#imageData #imageDetails {
	width: 50px;
	float: right;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
	
}
#imageData #numberDisplay {
	width: 50px;
	float: right;
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#bottomNav{
	float: left;
}
#imageData #bottomNavClose {
	width: 20px;
	height: 20px;
	float: left;
	padding-bottom: 0em;
	text-indent: -999px;
	overflow: hidden;
	background: url(prev_next.gif) no-repeat 100% 0;
}
#imageData #bottomNavClose:hover {
	background: url(prev_next.gif) no-repeat 100% -22px;
}
#imageData #helpDisplay {
	clear: left;
	float: left;
	display: block;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}