a:hover, a:active, #prevLink:active, #nextLink:active  {
outline: none;
}

#lightbox{
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: auto;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 1px;
	padding-top: 45px;
}
#imageContainer{
	border: 1px solid #9DA8B3;
	margin-bottom: 5px;
}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{
	position: absolute;
	top: 18px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	position: absolute;
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
	margin-top: 0px;
	
}

#prevLink { 
left: 0; 
float: left;
background: url(../images/btnPrevious.png) left 0px no-repeat; 
}
#nextLink { 
right: 0; 
float: right;
background: url(../images/btnNext.png) right 0px no-repeat;
}

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/btnPrevious.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/btnNext.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	text-align: center;
}

#imageData{
	padding:0;
	color: #CCCCCC;
	font-size: 11px;
	display: block;
}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{
	font-weight: bold;
	position: absolute;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#imageData #numberDisplay{
	display: block;
	padding-bottom: 1em;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 14px;
	color: #FF9900;
	text-align: center;
	width: 100px;
	line-height: 20px;
	position: absolute;
	top: 18px;
	margin-left: 350px;
	float: left;
	z-index: 120;
}			
#imageData #bottomNavClose{
	width: 100px;
	
	padding-bottom: 0.7em;
	outline: none;
	position: absolute;
	top: 100%;
	margin-left: 70%;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #282E3D;
}

