/* SLIMBOX */

#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-color: #fff;
  color: #000;
}

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

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

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

#lbPrevLink { left: 0; }
#lbNextLink { right: 0; }

#lbPrevLink:hover { background: url(i/bgarrow-prev.png) no-repeat 5% 50%; }
#lbNextLink:hover { background: url(i/bgarrow-next.png) no-repeat 95% 50%; }

#lbBottom {
  text-align: left;
  border: 13px solid #fff;
  border-bottom: 20px solid #fff;
  border-top-style: none;
  min-height: 28px;
  position: relative;
}

#lbCloseLink {
  display: block;
  background: transparent url(i/lightbox/close.png) no-repeat 100% 50%;
  margin: 0 0 0 13px;
  outline: none;
  padding-right: 18px;
  color: #000;
  padding: 3px 18px 3px 0;
  position: absolute;
  right: 0;
  top: 14px;
}

#lbNumber {
  position: absolute;
  top: 1px;
  right: 0;
}

#lbCaption {
  margin-right: 120px;
}

#lbCaption strong {
  display: block;
  color: #009CCF;
  font-size: 1.16em;
}
