.slideshow-container {
  position: relative;
  max-width: 100%;
  /* Hide the images by default */
}
.slideshow-container .pageSlideshow {
  display: none;
  border: 2px solid transparent; /* Add transparent border by default */
}
.slideshow-container .pageSlideshow img {
  /*width: 100%; */
  height: 100%;
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slideshow-container {
  /* Position the "next button" to the right */
}
.slideshow-container .nextSlideshow {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.thumbnail-container {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #2A405B rgba(255, 255, 255, 0.5);
  text-align: center;
}
.thumbnail-container::-webkit-scrollbar {
  width: 10px;
}
.thumbnail-container::-webkit-scrollbar-thumb {
  background-color: rgba(73, 80, 87, 0.8);
  border-radius: 5px;
}
.thumbnail-container::-webkit-scrollbar-track:hover {
  background-color: rgba(73, 80, 87, 0.5);
}
.thumbnail-container img {
  max-height: 100px;
  width: auto;
  cursor: pointer;
  margin: 5px;
}

/*# sourceMappingURL=slideshow.css.map */
