@charset "utf-8";
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	line-height: normal;
	text-align: center;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img { border: 0; }

#outerImageContainer {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border: 0;
	/* Safari,Chrome */
	-webkit-border-radius: 6px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	 /* Firefox */
	-moz-border-radius: 6px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	/* Internet Explorer8 */
	-ms-border-radius: 6px;
	-ms-border-bottom-left-radius: 0;
	-ms-border-bottom-right-radius: 0;
	/* CSS3 */
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#imageContainer { padding: 10px; }

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	line-height: normal;
	text-align: center;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	float: left;
	left: 0;
}
#nextLink {
	float: right;
	right: 0;
}
#prevLink:hover, #prevLink:visited:hover { background: url("../images/lightbox/prevlabel.gif") left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url("../images/lightbox/nextlabel.gif") right 15% no-repeat; }

#imageDataContainer{
	width: 100%	;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	border: 0;
	/* Safari,Chrome */
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	 /* Firefox */
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	/* Internet Explorer8 */
	-ms-border-radius: 6px;
	-ms-border-top-left-radius: 0;
	-ms-border-top-right-radius: 0;
	/* CSS3 */
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow: auto;
}

#imageData { padding: 0 10px; }
#imageData #imageDetails {
	float: left;
	width: 70%;
	text-align: left;
}	
#imageData #caption {
	font-size: 95%;
	line-height: normal;
}
#imageData #numberDisplay {
	clear: left;
	display: block;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	float: right;
	width: 66px;
	padding-bottom: 0.7em;
	outline: none;
}	 	

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