/* SLIMBOX  - Bilder POPUPs */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDD;
}

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

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	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 {
margin-top: 2px;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #FFF;
line-height: 1.4em;
text-align: left;
border: 1px solid #DDD;
border-top-style: none;
background-color: #DDD;
}

#lbCloseLink {
display: block;
float: right;
width: 120px;
text-align: right;
/* background: transparent url(../images/closelabel.gif) no-repeat center; */
margin: 5px;
}

#lbCaption, #lbNumber {
  display: none;
  width: 200px;
  float: left;
  text-align: left;
  /* margin-right: 71px; */
  margin: 5px 0;
  padding-left: 5px;
  color: #000;
}

#lbCaption {
	font-weight: bold;
}
