/* Shared styles for lightbox & slimbox*/
#overlay {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	cursor: pointer;
	z-index: 90;
	background-repeat: repeat;
	background-image: url(img/bg.gif);
}
	
#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:45%;
	height:100%;
	/*background:transparent url(/img/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:-18px;
	float:left;
}

#nextLink {
	right:-18px;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background: transparent url('img/links.gif') no-repeat 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background: transparent url('img/rechts.gif') no-repeat 100% 15%;
}

#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}


#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	/*clear:right;
	float:right;*/
}


/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	line-height:0;
	}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox img {
	border:none;
}

#lbOuterImageContainer {
	margin-left: 230px;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	position:relative;
	width:250px;
	height:250px;
	left: 0px;
	}

#lbImageContainer {
	padding:0px;
}

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

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

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	margin-left: 240px;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0;
	font-family: Calibri, Lucida, sans-serif;
	font-size:15px;
	background-color:#fff;
	line-height:1.2em;
	overflow:auto;
	width:100%;
		}

#lbImageData {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 12px;
	color:#000;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:0px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0em;
}

#lbNumber {
	display:block;
	margin-bottom:0.1em;
	float: left;
	color: black;
	font-family: Calibri, Lucida;
	font-size: 15px;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	color:#666;
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-bottom:0.1em solid #777;
}