.saintlukes-gallery {
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
}

.saintlukes-gallery div.saintlukes-gallery-images {
  position: relative;
  padding: 7px 7px 0 7px;
}

.saintlukes-gallery div.saintlukes-gallery-images .slg-image {
  overflow: hidden;
  display: none;
  margin: 0 auto;
  object-fit: contain;
}

.saintlukes-gallery div.saintlukes-gallery-images .slg-image.active {
  display: block;
}

.saintlukes-gallery .slg-arrows {
  opacity: .5;
  position: absolute;
  top: 3px;
  background-image: url(../images/arrows-2x.png);
  width: 55px;
  height: 100%;
  background-repeat: no-repeat;
  background-position-y: center;
}

.saintlukes-gallery .slg-arrows:hover {
  opacity: 1;
  cursor: pointer;
}

.saintlukes-gallery .slg-left-arrow {
  left: 6px;
  background-position-x: 2px;
}

.saintlukes-gallery .slg-right-arrow {
  right: 6px;
  background-position-x: -76px;
}

.saintlukes-gallery .slg-caption {
  position: absolute;
  padding: 6px 12px;
  width: 98%;
  background: url(../images/bg-black.png);
  background: rgb(0,0,0,.5);
  color: #fff;
  bottom: 0;
}

.saintlukes-gallery .saintlukes-gallery-thumbnails {
  display: block;
  padding: 7px;
  height: 84px;
  overflow: scroll;
  overflow-y: hidden;
}

.saintlukes-gallery .saintlukes-gallery-thumbnails .selected {
  box-shadow: 0px 0px 0px 3px #f26a21;
}

.saintlukes-gallery .saintlukes-gallery-thumbnails::-webkit-scrollbar {
  height: 4px;
}

.saintlukes-gallery .saintlukes-gallery-scroll {
  width: 2000px;
}

.saintlukes-gallery .saintlukes-gallery-thumbnails img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.saintlukes-gallery .saintlukes-gallery-thumbnails img:hover {
  cursor: pointer;
}
