/* SLIMBOX  transparenter Rahmen */

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

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

.lbLoading {
	background: #fff url(../images/bildergalerie/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/bildergalerie/prev-weiss.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/bildergalerie/next-weiss.gif) no-repeat 100% 15%;
}

#lbBottom {
font-family: PT Sans, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #7F7F7F;
	border-top-style: none;
  background: transparent;
  padding: 0.5em 0 0 0;
  z-index: 1000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	background: transparent url(../images/bildergalerie/schliessen.gif) no-repeat center;
	margin: 0;
	outline: none;
}

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

#lbCaption {
  font-style: normal;
	font-weight: bold;
}
