iframe {
  margin: 0;
  padding: 0;
  border: 0;
}
#lbOverlay {
  position: absolute;
  cursor: pointer;
}
#lbCenter {
  border-top: dashed 2px #87cefa;
  border-right: dashed 2px #87cefa;
  border-left: dashed 2px #87cefa;
}
#lbBottomContainer {
  border-top: dashed 1px #87cefa;
  border-right: dashed 2px #87cefa;
  border-left: dashed 2px #87cefa;
  border-bottom: dashed 2px #87cefa;
}
#lbCenter, #lbBottomContainer {
  position: absolute;
  left: 50%;
  margin-top: 100px;
  overflow: hidden;
  background-color: #ffd700;
  z-index: 9999;
}
.lbLoading {
  background: #fff url(../images/ico/loader.gif) no-repeat center;
}
#lbImage {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#lbImage, #lbBottom {
  padding: 5px;
  background-color: #f2f2f2;
}
#lbPrevLink, #lbNextLink, #lbCloseLink {
  width: 26px;
  height: 26px;
  float: right;
}
#lbPrevLink { margin-left: -71px; margin-right: 21px; background: transparent url(../images/ico/lb_left.png) no-repeat left;}
#lbNextLink { background: transparent url(../images/ico/lb_right.png) no-repeat right;}
#lbCloseLink { margin-left: 46px; background: transparent url(../images/ico/lb_close.png) no-repeat center;}
#lbCloseLink:hover { background: transparent url(../images/ico/lb_close_hover.png) no-repeat center; }
#lbPrevLink:hover { background: transparent url(../images/ico/leftDisabled.png) no-repeat left; }
#lbNextLink:hover { background: transparent url(../images/ico/rightDisabled.png) no-repeat right; }

#lbCaption, #lbNumber, #lbDescription {
  display: block;
  margin: 0;
  float: left;
  padding: 3px;
  font-size: 10px;
}
#lbDescriptionWM { padding: 0; margin-top: 2px; }
##lbNumber { margin-top: 0; border-left: solid 1px red; }
#lbCaption { font-weight: bold; }

.lightboxDesc {
  /*display: none;*/
  background-color: #f2f2f2;
  font-size: 10px;
  padding-left: 2px;
}