
.gal-lightbox {
    list-style: none;
    width: 100%;
    clear: both;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 15px 0;
}


.custom-gallery {
    -moz-column-width: 291px;
    -webkit-column-width: 291px;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    padding: 0px;
}


#jzBox {
  top: 26px;
  z-index: 10000;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.9);
  margin: 0 !important;
  text-align: center;
    width: 65%;
    height: 95%;
  display: none;
  color: #fff;
  left:18%;
}

#jzBoxTargetImg {
  margin: 2% 0 1% 0;
  /*max-width: 74%;*/
  width: auto;
  max-height: 73%;
  cursor: pointer;
}

#jzBoxCounter {
  margin-bottom: 1%;
  font-size: 12px;
}

#jzBox i:hover {
  cursor: pointer;
  color: #2aabd2;
}

#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
  cursor: pointer;
  top: 0;
  left: 0;
  width: 35%;
  position: fixed;
  z-index: 10001;
  height: 100%;
}
.custom-gallery img:hover {
    opacity: .8;
}
#jzBoxNextBig { left: 65%; }


.custom-gallery img{ width:100%;border: 2px #fff solid;-moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.3s;}
