#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	text-decoration: none;
}
#lightbox img{
	width: auto;
	height: auto;
	text-decoration: none;
}
#lightbox a img{
	border: none;
	text-decoration: none;
}

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	text-decoration: none;
}
#imageContainer{
	padding: 10px;
	text-decoration: none;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	text-decoration: none;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	text-decoration: none;
}
#imageContainer>#hoverNav{
	left: 0;
	text-decoration: none;
}
#hoverNav a{
	outline: none;
	text-decoration: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#prevLink {
	left: 0;
	float: left;
	text-decoration: none;
}
#nextLink {
	right: 0;
	float: right;
	text-decoration: none;
}
#prevLink:hover, #prevLink:visited:hover { background: url(.../lightbox_icons/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(.../lightbox_icons/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	color: #999999;
	text-decoration: none;
}

#imageData{
	padding:0 10px;
	color: #999999;
	text-decoration: none;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	text-decoration: none;
}	
#imageData #caption{
	font-weight: bold;
	text-decoration: none;
}
		#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	text-decoration: none;
}	
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	text-decoration: none;
	background-image: url(../lightbox_icons/closelabel.gif);
	background-repeat: no-repeat;
}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	text-decoration: none;
}
