body.lb-disable-scrolling {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.9;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
#lightbox{ width: 100%; height: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto;}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;

}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  left: 0; right: 0; top: 0; bottom: 0; margin: auto; position: absolute;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: transparent;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: none;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container{padding-left: 120px; padding-right: 120px;}
.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
position: fixed;
    top: 0;
    width: 33%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    opacity: 0.9;
    transition: opacity 0.5s ease 0s;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: left;}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
    display: inline-block;
    right: 50px;
    top: 50px;
    cursor: pointer;
    position: fixed;
    z-index: 500;
    width: 18px; height: 18px;
}

svg.close {
    width: 18px;
    height: 18px;
    stroke: #fff;
    stroke-width: 15;
    position: absolute;
    right: 0;
    top: 0;
}
svg.next, svg.prev{width: 18px;
    height: 31px;
    stroke: #fff;
    stroke-width: 20;
    position: absolute;
    top: 50%;
}
svg.prev{left: 50px;}
svg.next{right: 50px;}

@media only screen and (min-width: 0px) and (max-width: 980px) {
  .lb-data .lb-close{width: 80px; height: 80px; right: 0; top: 0; }
  svg.close{right: 50px; top: 50px;}
}