/* SLIMBOX */

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

}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 999999;
  overflow: hidden;
}

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

#lbCloseLink {
  display: block;
  position:absolute;
  top:5px;
  right:36px;
  width: 15px;
  height: 22px;
  background: transparent url(closelabel.gif) 0 0 no-repeat;
  outline: none;
}

#lbImageBox {
  position: absolute;
  left: 0;
  top: 25px;
  border: 1px solid #ffffff;
  background-repeat: no-repeat;
}

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

#lbPrevLinkNew, #lbNextLinkNew {
  display: none;
  position: absolute;
  top: 0;
  width: 29px;
  height: 25px;
  outline: none;
}

#lbPrevLinkNew {
  background: transparent url(pfeile_links.gif) 0 0 no-repeat;
  left: 0;
}

#lbNextLinkNew {
  background: transparent url(pfeile_rechts.gif) 0 0 no-repeat;
	background-position:right;
  right: 0;
}

#lbPrevLink, #lbNextLink {
  display: block;
  z-index: 9999999;
  position: absolute;
  top: 0;
  width: 29px;
  outline: none;
}

#lbPrevLink {
  left: 0;
}
/*
#lbPrevLink:hover {
  background: transparent url(/i/cnt/galerie_pfeil_links.gif) no-repeat 0 15%;
}
*/
#lbNextLink {
  right: 0;

}
/*
#lbNextLink:hover {
  background: transparent url(/i/cnt/galerie_pfeil_rechts.gif) no-repeat 100% 15%;
}
*/
#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  line-height: 1.4em;
  text-align: center;
  border: 1px solid #ffffff;
  border-top-style: none;
}

#lbCaption{
  margin:auto;
  background:#ffffff;
}
#lbNumber {
  margin-right: 71px;
}
