#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: #fff;
	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: 60px;
	height: 22px;
	/*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: 15px;
	height: 22px;
	background: url(prev_next.gif) no-repeat -48px 0;
	float: left;
}
#nextLinkText:hover {
	background: url(prev_next.gif) no-repeat -48px -22px;
}
#nextLinkTextDis {
	float: left;
	text-indent: -999px;
	overflow: hidden;
	width: 15px;
	height: 22px;
	background: url(prev_next.gif) no-repeat -48px -44px;
}
#prevLinkText {
	text-indent: -999px;
	overflow: hidden;
	width: 15px;
	height: 22px;
	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: 15px;
	height: 22px;
	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 ***/

#caption{
	display: block;
	padding: 0 10px;
	text-align: left;
}
#caption p{
	margin: 0 0 8px;
}
#caption a{
	color: #353d43;
	text-decoration: none;
}
#caption a:hover{
	text-decoration: underline;
}
#imageDataContainer {
	position: relative;
	color: #f8f8f8;
	font-size: 13px;
	line-height: 20px;	
	background-color: #fff;
	margin: -1px auto 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;	
}
#imageData {
	padding:11px 10px 16px;
	height: 30px;

}
#imageData #imageDetails {
	float: right;
	width: 90px;
	margin: 0 auto;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
	
}
#imageData #numberDisplay {
	width: 90px;
	float: right;
	display: block;
	clear: left;
	padding-bottom: 0;
	margin: 0;
}
#bottomNav{	
	width: 21px;
	height: 22px;
	margin: 0;
	position: absolute;
	right: 44px;
	top: 11px;
	z-index: 5;
}
#imageData #bottomNavClose {
	width: 21px;
	height: 22px;
	padding-bottom: 0em;
	text-indent: -999px;
	overflow: hidden;
	background: url(prev_next.gif) no-repeat -22px 0;
	float: left;
}
#imageData #bottomNavClose:hover {
	background: url(prev_next.gif) no-repeat -22px -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: #1e104c;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}