body.light-dialog-open {
  overflow: hidden;
}

.lightDialogOverlay {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
}
.lightDialogOverlay:before, .lightDialogOverlay:after {
  content: "";
  height: 50px;
  flex-shrink: 0;
}

body.light-dialog-open .lightDialogOverlay {
  display: flex;
}

.lightDialog {
  position: relative;
  background: #474745;
  display: none;
  z-index: 1200;
  padding: 3px;
  overflow: visible;
  flex-shrink: 0;
  margin: auto;
}

.lightDialogUnderlayer {
  background: #ffffff;
  padding: 3px;
  position: relative;
  z-index: 1200;
  overflow: auto;
}

.lightDialog_btnClose {
  position: absolute;
  right: -11px;
  top: -10px;
  cursor: default;
  background-image: url("../img/fancy_close.png");
  width: 30px;
  height: 30px;
  z-index: 1300;
}

.lightDialog_galleryLeft {
  position: absolute;
  left: -15px;
  cursor: default;
  background-image: url("../img/fancy_nav_left.png");
  width: 30px;
  height: 30px;
  z-index: 1300;
  display: none;
}

.lightDialog_galleryRight {
  position: absolute;
  right: -15px;
  cursor: default;
  background-image: url("../img/fancy_nav_right.png");
  width: 30px;
  height: 30px;
  z-index: 1300;
  display: none;
}

.lightDialogBusy {
  background-image: url("../img/ajax-loader.gif");
  width: 25px;
  height: 25px;
}

/*# sourceMappingURL=lightDialog.css.map */
