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

#lbCenter {
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 2px 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px; }

#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  color: white;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-align: center;
  padding: 5px 0;
  margin: 13px 0 0; }
  #lbBottomContainer:after {
    content: "";
    display: block;
    clear: both; }

#lbCaption {
  background-color: black;
  font-family: Arial;
  color: white;
  position: relative;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  font-weight: normal !important;
  padding: 10px; }

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

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px; }

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

#lbPrevLink {
  left: 0; }

#lbPrevLink:hover {
  background: transparent url(prevlabel.gif) no-repeat 0 15%; }

#lbNextLink {
  right: 0; }

#lbNextLink:hover {
  background: transparent url(nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  color: #666;
  text-align: left;
  border-top-style: none;
  position: relative; }

#lbCloseLink {
  display: block;
  position: absolute;
  top: -27px;
  right: -12px;
  width: 20px;
  height: 20px;
  background: transparent url(../images/icons/close.png) no-repeat center;
  outline: none; }
