.galleria-container {
  border-radius: 4px 4px 0px 0px;
  background-color: #040405;
  height: 360px;
  box-sizing: border-box;
}
/* frame for single photo pages */
div.galleryFrame {
  position: relative;
  float: left;
  width: 420px;
  height: 320px;
  margin-left: 40px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  -moz-box-shadow: 0px 1px 2px 0px #828181;
  -webkit-box-shadow: 0px 1px 2px 0px #828181;
  box-shadow: 0px 1px 2px 0px #828181;
}
div.galleryFrame img {
  position: absolute;
  top: 10px;
  bottom: 60px;
  left: 10px;
  right: 10px;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border: 1px solid #4b5366;
  font-weight: 400;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #040405;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image.active {
  background-color: #f2f2f2;
}
.galleria-thumbnails {
  margin: 0 auto;
}
.galleria-theme-classic .galleria-thumbnails-container {
  height: 36px;
}
div.galleria-image-nav-right {
  background-image: url(../images/comp/Arrow-Right.png);
  background-position: 90% 50%;
}
div.galleria-image-nav-left {
  background-image: url(../images/comp/Arrow-Left.png);
  background-position: 0% 50%;
}
.galleria-thumb-nav-left:hover {
  opacity: 0.25 !important;
}
.galleria-thumb-nav-right:hover {
  opacity: 0.25 !important;
}
.galleria-thumb-nav-right {
  background-image: url(../images/comp/rightThumbArrow2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.galleria-thumb-nav-left {
  background-image: url(../images/comp/leftThumbArrow2.png);
  background-repeat: no-repeat;
  background-position: center;
}
div.gallery-image-nav {
  color: #e4e4e4;
}
.galleria-theme-classic div.galleria-counter {
  color: #000000;
  font: 400 12px 'Lato', Helvetica, Arial, Verdana, sans-serif;
}
.galleria-theme-classic .galleria-info {
  top: initial;
  bottom: 8px;
  left: 10px;
  width: 33.33%;
}
.galleria-theme-classic div.galleria-counter {
  display: none !important;
}
.galleria-theme-classic div.galleria-info-text {
  opacity: 0.85;
  border-radius: 4px;
}
.galleria-theme-classic .galleria-info-title {
  font: 400 12px 'Lato', Helvetica, Arial, Verdana, sans-serif;
}
.galleria-theme-classic .galleria-info-description {
  font: 400 11px 'Lato', Helvetica, Arial, Verdana, sans-serif;
}
.galleria-lightbox-shadow {
  display: none;
}
.galleria-lightbox-image {
  top: 2px !important;
  left: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
}
.galleria-lightbox-info {
  display: none;
}
.galleria-lightbox-close {
  border-radius: 2px;
}
.galleria-lightbox-prev,
.galleria-lightbox-next {
  height: 40px !important;
  width: 40px !important;
  right: 16px !important;
  font: 32px/35px arial, sans-serif !important;
  background: transparent !important;
  color: #999 !important;
}
