.site-box-gallery {
  margin-bottom: 20px;
} 
.gallery {
  margin-top: 20px;
}

.galleryitem {
  position: relative;
  width: 92px;
  height: 92px;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  float: left;
}

.galleryItemDescription {
  font-size: 12px;
  margin-top: -5px;
}

.galleryfile {
  text-align: center;
  line-height: 120%;
}
.galleryimg img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}


.galleryscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
}

.galleryscreenimg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galleryscreenimg img {
  max-width: 100%;
  max-height: 100%;
  margin-left: -30px;
  border: 30px solid white;
  border-radius: 3px;
  background: white;
}
.gallerycancel {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  opacity: 0.2;
}
.gallerycancel:hover {
  opacity: 0.8;
}
.galleryscreenimg:hover .gallerynav {
  opacity: 0.2;
}
.gallerynav {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  opacity: 0;
}
.gallerynav:hover {
  opacity: 0.8 !important;
}
.gallerynext {
  right: -10px;
}
.galleryprevious {
  left: -10px;
}
.galleryscreenimgtext {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  font-weight: bold;
  color: #404040;
}
.galleryempty {
  position: relative;
  width: 92px;
  height: 92px;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  float: left;
  background: #E0E0E0;
  text-align: center;
  line-height: 92px;
}
.galleryFileIcon {
}