/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #505350;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 100;
	left: 50%;
	overflow: hidden;
	background-color: #d0dbd0;
}

.lbLoading {
	background: #d0dbd0 url(lade.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 45%;
	border: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(zurueck.png) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(weiter.png) no-repeat 100% 50%;
}

#lbBottom {
	text-align: left;
}

#lbBottom a {
	border: none;
}

#lbNumber {
	padding: 12px;	
}

#lbCloseLink {
	float: right;
	width: 24px;
	height: 24px;
	background: url(schliessen.png) no-repeat center;
	padding: 12px;
}