/* Generated by KompoZer */
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #ffffff;
}
.lbLoading {
  background: #ffffff url(../images/loading.gif) no-repeat scroll center;
}
#lbImage {
  border: 10px solid #ffffff;
  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(../images/prevlabel.gif) no-repeat scroll 0 15%;
}
#lbNextLink {
  right: 0;
}
#lbNextLink:hover {
  background: transparent url(../images/nextlabel.gif) no-repeat scroll 100% 15%;
}
#lbBottom {
  border-style: none solid solid;
  border-color: #ffffff;
  border-width: 10px;
  font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
  line-height: 1.4em;
  text-align: left;
  font-size: 1em;
  color: black;
}
#lbCloseLink {
  margin: 5px 0;
  background: transparent url(../images/closelabel.gif) no-repeat scroll center;
  display: block;
  float: right;
  width: 66px;
  height: 22px;
}
#lbCaption, #lbNumber {
  margin-right: 71px;
}
#lbCaption {
  font-weight: bold;
}
