#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;
	border-top: 2px solid #f48128;
	border-left: 2px solid #f48128;
	border-right: 2px solid #f48128;
	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;
	}

#prevLink { left: 0; float: left; }
#bar { float: left; width: 7px; }
#nextLink { float: left; }

#pauseLink { right: 0; float: right;}
#playLink { right: 0; float: right;}

/* #prevLink { background: url(images/back.gif) left 15% no-repeat; z-index: 10; } */
/* #nextLink { background: url(images/next.gif) right 15% no-repeat; z-index: 10; } */

#imageDescOuterContainer {
	position: absolute;
	top: 2px;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 60px;
}

#imageDescContainer {
	position: absolute;
	top: 2px;
	font: 12px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	width: 100%;
}

#imageDesc{	padding:0 10px; color: #f48128; }
#imageDesc #imageTopDetails{ width: 70%; float: left; text-align: left; padding-top: 0.5em; }	
#imageDesc #bottomNavClose{float: right;  padding-bottom: 0.7em;padding-top:0.7em }	

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	/*background-color: #fff;*/
	background-color: #000;
	border-left: 2px solid #f48128;
	border-right: 2px solid #f48128;
	border-bottom: 2px solid #f48128;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #f48128; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #hoverNav{ text-align: left; font-weight: bold; }
#hoverNav a{ outline: none;}
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ float: left; padding-bottom: 1.0em; }			

/*
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
*/

#hoverNav{
	width: 100%;
	z-index: 10;
	}

/*
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; Trick IE into showing hover
	display:block;
	}
*/
	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#spacer {
	width: 100%;
	height: 9px;
}

#imgSpacer {
	width: 100%;
	height: 9px;
}

#spacer3 {
	float: left;
	width: 12px;
	height: 10px;
}

#imgSpacer3 {
	width: 100%;
	height: 10px;
}
