#lightbox-container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
	width:100%;
}

#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: #333;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding:6px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
	
#imageToolbar {
	width:100%;
	height:32px;
	background:#333;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	z-index:110;
	/*border-bottom:3px double #fff;*/
}	

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color:#ccc;
	background-color: #333;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding-top:5px;
}

#imageData{	padding:0 10px; }
#imageData #imageDetails{ width: 100%; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ 	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkHover, #nextLinkHover{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox-blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLinkHover { left: 0; float: left;}
#nextLinkHover { right: 0; float: right;}
#prevLinkHover:hover, #prevLinkHover:visited:hover { background: url(../images/lightbox-prevlabelhover.gif) left 15% no-repeat; }
#nextLinkHover:hover, #nextLinkHover:visited:hover { background: url(../images/lightbox-nextlabelhover.gif) right 15% no-repeat; }

#numberDisplay {
	margin-left:10px;
	display:block;
	float:right;
}