/* SLIMBOX */
/* revised by redtrump. Aug. 2008 */

#lbOverlay {
	position: absolute;
	z-index: 300;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

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

.lbLoading {
	background: #c2b56f url(../img/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 302;
	left: 0;
	top: 0;
	padding: 1px;
	border: 10px solid #c2b56f;
	background: /*#82752f;*/ #d3ca98;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	z-index: 304;
	top: 0;
	width: 50%;
	outline: none;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../img/slimbox/prevlabel.gif) 0% top no-repeat ;
}

#lbNextLink {
	right: 0;
	background: transparent url(../img/slimbox/nextlabel.gif) 100% top no-repeat ;
}

#lbPrevLink:hover, #lbNextLink:hover {
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
}

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

#lbCloseLink {
	display: block;
	float: right;
	width: 94px;
	height: 29px;
	background: transparent url(../img/buttons/schliessen.gif) center no-repeat;
	margin: 5px 0;
}

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

#lbCaption {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.2em;
}