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