/* SLIMBOX */

#lbOverlay {
  position: absolute; top: 0pt; 
  background-position:50% 0px;/*left: auto; right: auto;*/
  width: 100%; z-index:100;
  background-image: url(pix/transparentbg1400.png); background-repeat: repeat-y center;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #fff;
  z-index:1000;
}

.lbLoading {
  background: #fff url(pix/loading.gif) no-repeat center;/*background-repeat:repeat-y;*/
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  z-index:1000;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  background: url(pix/transparent.gif);
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(pix/prev.png) no-repeat 0% 85%;
}

#lbNextLink {
  background: url(pix/transparent.gif);
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(pix/next.png) no-repeat 100% 85%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 120px;
  height: 30px;
  background: transparent url(pix/close.jpg) no-repeat center;
  margin: 5px 0;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}
