#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
/*#lightboxImage {
	position: absolute;
	z-index:2000;
}*/
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #E6E4E3;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 3px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1010;
}
#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 {
	left: 0;
	float: left;
	margin-left: -10px;
}
#nextLink {
	right: 0;
	float: right;
	margin-right: -10px;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(/galerie/lightbox/images/prevlabel.gif) left 50px no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(/galerie/lightbox/images/nextlabel.gif) right 50px no-repeat;
}
#imageDataContainer {
	height: 23px;
	font-size: 10px;
	font-weight: normal;
	background-color: #2B2E36;
	color: #aaa;
	margin: 0 auto;
	width: 100%;
}
#imageData {
}
#imageData #imageDetails {
	float: left;
	text-align: left;
	padding: 12px 10px;
}
#imageData #caption {
	/*font-weight: bold;*/
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	background-image:url(/galerie/oboRetroThumbnails/close.png);
	background-position: -7px -7px;
	width: 19px;
	height: 19px;
	outline: none;
	float: right;
	cursor: pointer;
}
* html #imageData #bottomNavClose {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/galerie/oboRetroThumbnails/close.png');
}
#imageData #bottomNavClose:hover {
	background-image:url(/galerie/oboRetroThumbnails/close0.png);
}
* html #imageData #bottomNavClose:hover {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/galerie/oboRetroThumbnails/close0.png');
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color:#0B0E16;
}

