#lightbox {
	left:0;
	line-height:0;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:100;
}
#lightbox img {
	height:auto;
	width:auto;
}
#lightbox a img {
	border:medium none;
}
#outerImageContainer {
	background-color:#FFFFFF;
	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-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
#prevLink, #nextLink {
	background-image:url(data:image/gif);
	display:block;
	height:100%;
	width:49%;
}
#prevLink {
	float:left;
	left:0;
}
#nextLink {
	float:right;
	right:0;
}
#prevLink:hover, #prevLink:visited:hover {
	background:transparent url(/img/prevlabel.gif) no-repeat scroll left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background:transparent url(/img/nextlabel.gif) no-repeat scroll right 15%;
}
#imageDataContainer {
	background-color:#FFFFFF;
	line-height:1.4em;
	margin:0 auto;
	overflow:auto;
	width:100%;
}
#imageData {
	color:#666666;
	font-size:14px;
	padding:10px;
}
#imageData #imageDetails {
	float:left;
	text-align:left;
	width:70%;
}
#imageData #caption {
	font-family:Trebuchet MS;
	font-size:16px;
	font-style:inherit;
	font-weight:bold;
}
#imageData #numberDisplay {
	clear:left;
	display:block;
	padding-bottom:1em;
}
#imageData #bottomNavClose {
	float:right;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding-bottom:0.7em;
	width:66px;
}
#overlay {
	background-color:#000;
	height:500px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:90;
}