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

#lbCenter {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #000000;
z-index:1000;
box-shadow: 0 0 15px #000000;
}

#lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: transparent;
z-index:1001;
padding-top: 10px;
}

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

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 0px solid #000000;
  background-repeat: no-repeat;
  z-index:1000;
}

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

#lbPrevLink {
  background: url(../images/transparent.gif);
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(../images/prevlabel.png) no-repeat 0% 45%;
}

#lbNextLink {
  background: url(../images/transparent.gif);
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(../images/nextlabel.png) no-repeat 100% 45%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #ffffff;
  line-height: 1.4em;
  text-align: left;
  border: 0px solid #000000;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: transparent url(../images/closelabel.png) 0 0 no-repeat;
  margin: 0;
}

#lbCloseLink:hover{
  background: transparent url(../images/closelabel.png) 0 -30px no-repeat;
}

#lbCaption, #lbNumber {
  margin-right: 41px;
}

#lbCaption {
  font-weight: normal;
}

#lbShowLink { 
        display: block; 
        float: left; 
        width: 66px; 
        height: 33px; 
        background: transparent url(../images/closelabel.png) no-repeat center; 
        margin: 5px 0; 
        outline: none; 
} 

#lbShowLink:hover { 
        background: transparent url(../images/closelabel.png) no-repeat center; 
} 

#lbShow { 
        display: block; 
        float: left; 
        width: 22px; 
        height: 22px; 
        background: transparent url(../images/closelabel.png) no-repeat center; 
        margin: 5px 0; outline: none; 
} 

