#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 700;
	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;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width:70px;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	margin-top:42px;
}
#prevLink { float: left; background: url(/images/prevlabel.gif) left bottom no-repeat;}
#nextLink { float: right; background: url(/images/nextlabel.gif) right bottom no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left bottom no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right bottom no-repeat; }
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ text-align: center; margin:0px auto; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	/*height: 500px;*/
	background-color: #000;
}
#controls {
	position:absolute; 
	top:0;
	right:20px;
	width:280px !important;
	z-index:9000;
	background:url(/images/controls.gif) no-repeat left top;
	height:33px;
	padding-top:2px;
	margin-top:20px;
}
#controlsHolder {
}
#controlsHolderLeft {
	float:left;
	width:50%;
	text-align:left;
	position:relative !important;
	top:0 !important;
	left:0 !important;
	position:relative;
	z-index:9001;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#controlsHolderRight {
	width:49%;
	float:right;
	text-align:right;
	position:relative !important;
	top:0 !important;
	right:0 !important;
	position:relative;
	z-index:9002;
}
#enableTheSlideshow {
	margin-top:8px;
	margin-left:9px;
	margin-right:6px;
}
#enableTheSlideshow label {
	margin-top:-2px;	
}
a#bottomNavClose img {
	margin-top:4px;
	margin-right:7px;
	outline:none;
}
a#bottomNavClose {
	outline:none;
}
label {
	cursor:pointer;	
}
a img {
	border:0;
}
