#lightbox{
	position: absolute;
	top: 40px;
	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: 0px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#numberDisplay {
	display:inline;
}
/*
#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(/images/lightbox/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(/images/lightbox/prevlabel.gif) left 15% no-repeat; }*/
/*#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }*/

/*
#prevLink:hover, #prevLink:visited:hover {
background: transparent;

}
*/
#imageDataContainer{
	font: 1em Verdana, Helvetica, sans-serif;
	background-color:#DBE2EC;
	margin: 0 auto;
	line-height: 1.2em;
	}

#imageData{
	padding: 0;
	}
#imageData #imageDetails { 
	width: 250px; 
	float: left; 
	text-align: left; 
	padding:4px 3px 8px 3px;

}	
#imageData #caption{ 
	font-weight: normal;
	display:block;
	padding:4px 3px 16px 3px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:left;
}
/*#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}*/			
/*#imageData*/ 
#bottomNavClose {
	width: 100px; 
	float: right;
	text-align:right;
	padding:4px 3px 0 0;
}	
		
#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;
	}
	

	
	
 a#nextLink:link,
 a#nextLink:visited,
 a#nextLink:active {
	color:#005EC2;
}

a#nextLink:hover {
	color:#38006A;
}
 a#prevLink:link,
 a#prevLink:visited,
 a#prevLink:active {
	color:#005EC2;
}

a#prevLink:hover {
	color:#38006A;
}
	