#lightbox{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 200px;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0px auto;
	}

#imageContainer{
	padding: 20px 0px 0px 0px !important;
	*padding: 0px 0px 0px 0px !important;
	margin: 20px 0px 0px 0px !important;
}
span {
	margin: 0px;
	padding: 0px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#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: 120px;
	height: 100%;
	background: red url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../cssimg/navi-previous.gif) no-repeat -0px 55%; }
#prevLink:hover { background: url(../cssimg/navi-previous.gif) no-repeat  -1403px  55% !important; }
#nextLink { background: url(../cssimg/navi-next.gif) -1380px 55% no-repeat; }
#nextLink:hover { background: url(../cssimg/navi-next.gif) 25px 55% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 80px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top:  0;
	left: 0;
	z-index: 150;
	width: 100%;
	height: 500px;
	background: #54544B url(images/nextlabel.gif);
	}
