/* SLIMBOX */

#lbOverlay {
	width: 100%;
	background-color: #daa520; /* Overlay-Farbe */
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	background-color: #ffffff;
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}

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

#lbImage {
	border: 6px solid #ffffff;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

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

#lbPrevLink { left: 0; }

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink { right: 0; }

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	border: 6px solid #ffffff;
	border-top-style: none;
	color: #666666;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
}

#lbCloseLink {
	float: right;
	width: 66px;
	margin: 4px 0;
	display: block;
	background: transparent url(closelabel.gif) no-repeat center;
	height: 22px;
	outline: none;
}

#lbCaption, #lbNumber { margin-right: 71px; }

#lbCaption { font-weight: bold; }
