/* Generated by KompoZer */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #333333;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: black;
}
.lbLoading {
  background: #ffffff url(loading.gif) no-repeat scroll center;
}
#lbImage {
  border: 10px solid black;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
}
#lbPrevLink {
  left: 0;
}
#lbPrevLink:hover {
  background: transparent url(prevlabel.gif) no-repeat scroll 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(nextlabel.gif) no-repeat scroll 100% 15%;
}
#lbBottom {
  border-style: none solid solid;
  border-color: black;
  border-width: 10px;
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  line-height: 1.3em;
  color: #cccccc;
}
#lbCloseLink {
  margin: 5px 0;
  background: transparent url(closelabel.gif) no-repeat scroll center;
  display: block;
  float: right;
  width: 66px;
  height: 22px;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
