/* SLIGHTBOX */
/* variation on SLIMBOX */

#rglbOverlay {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #333;
  cursor: pointer;
  z-index: 15;
}

#rglbCenter {
  position: absolute;
  left: 50%;
  background-color: #000;
  z-index: 20;
  border: 1px solid #000;
}


#rglbBottom {
  position: absolute;
  left: 50%;
  overflow: hidden;
  background-color: #000;
  z-index: 15;
  border: 1px solid #000;
}

#rglbCenter {
  padding: 2px;
}


.rglbLoading {
  background: #012138 url('img/loading-bar-black2.gif') no-repeat center;
  border: 1px solid #000;
}

#rglbImage {
  z-index: 25;
}


#rglbPrevLink, #rglbNextLink {
  position: absolute;
  cursor: pointer;
  background: tranparent;
  z-index:150;
}



#rglbPrevLink {
  top: 26px;
  right:50px;
  height: 13px;
  width: 13px;
  background: url('img/left.gif') no-repeat left bottom ;
  z-index:150; 
}



#rglbNextLink {
  right: 30px;
  top: 26px;
  height: 13px;
  width: 13px;
  background: url('img/right.gif') no-repeat bottom right;
z-index:150;
}


#rglbBottom {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 32px;
  height: 32px;
  text-align: left;
  padding-left: 2px;
  padding-right: 2px;
  border-top-style: none;
}

#rglbCloseLink {
  position: absolute;
  cursor: pointer;
  background: tranparent;
  z-index:12;
  top: 0;
  right: 10px;
  width: 13px;
  height: 32px;
  background: transparent url('img/close.gif') no-repeat center;
  line-height: 32px;
}

#rglbNumber {
  display: block;
  float: left;color:#999;

height: 32px;
line-height: 32px;
margin-left: 10px;
}

#rglbNumber.gallery {
  display: block;
  float: left;
  
}

#rglbCaption {
  margin-left: 10px;
  display: block;
  float: left;

}

#rglbDescription {
  float: left;
  padding-right: 10px;
}

#rglbDescription #rglbTitle {
position: absolute;
  font-weight: bold;
color:#999;
height: 32px;
line-height: 32px;
width: 100%;
background: transparent;
text-align: center;
z-index: 11;
left: 0px;
}

#rglbDescription #rglbCaption {
  margin-left: 0;
color:#999;
}


