#lightbox {
	width: 100%;
	position: absolute;
	left: 0px;
	text-align: center;
	line-height: 0px;
	z-index: 100;
}

#lightbox img {
	width: auto;
	height: auto;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	width: 250px;
	height: 250px;
	margin: 0px auto 0px auto;
	padding-bottom: 30px;
	position: relative;
	background-color: #fff;
}
* html #outerImageContainer {
	padding-bottom: 0px;
}

#imageContainer {
	padding: 10px 10px 10px 10px;
}

#loading {
	width: 100%;
	height: 25%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	line-height: 0px;
}

#hoverNav {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0px;
}


a#prevLink:link,
a#prevLink:visited,
a#prevLink:active,
a#prevLink:hover {
	width: 49%;
	height: 25px !important;
	line-height: 25px !important;
	margin-left: 10px !important;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	outline: none;
	background: url(../images/prevlabel.gif) no-repeat left top;
}

a#nextLink:link,
a#nextLink:visited,
a#nextLink:active,
a#nextLink:hover {
	width: 49%;
	height: 25px !important;
	line-height: 25px !important;
	margin-right: 10px !important;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	overflow: hidden;
	outline: none;
	background: url(../images/nextlabel.gif) no-repeat right top;
}

#imageDataContainer {
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: auto;
	font: normal 10px/14px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	overflow: hidden;
	background-color: #fff;
}

#imageData {
	visibility: hidden;
	padding: 0px 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 {
	display: block;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}

#overlay {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	background-color: #000;
}

