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

#lightbox a img {
	border: none;
}

#outerImageContainer{
	background-color: #222;
	border:1px solid #333;
	border-bottom:none;
	height: 250px;
	margin: 0 auto;
	position: relative;
	width: 250px;
}

#imageContainer{
	padding: 10px;
}

#loading{
	height: 25%;
	left: 0%;
	line-height: 0;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 100%;
}

#hoverNav{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../gfx/lb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	float: left;
	left: 0;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../gfx/lb/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../gfx/lb/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer{
	background-color: #222;
	border:1px solid #333;
	border-top:none;
	font: 10px Verdana, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 auto;
	overflow: auto;
	width: 100%	
}

#imageData {
	color: #666;
	padding:0 10px;
}

#imageData #imageDetails {
	float: left;
	text-align: left;
	width: 50%;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}

#imageData #bottomNavOrder {
	float: right;
	padding-bottom: 0.7em;
	width: 66px;
}

#imageData #bottomNavClose {
	float: right;
	margin-left:10px;
	padding-bottom: 0.7em;
	width: 66px;
}

#bottomNav {
	height:30px;
}
		
#overlay {
	background-color: #000;
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 90;
}