<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Shortcode:Image Slideshow
-------------------------------------------------------------------- */
.helpme-image-slideshow {
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  overflow: hidden;
}
.helpme-image-slideshow img {
  margin: 0 auto;
}
.helpme-image-slideshow .swiper-pagination {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.helpme-image-slideshow .swiper-pagination-switch {
  display: inline-block;
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border: 2px solid #eee;
  cursor: pointer;
}
.helpme-image-slideshow .swiper-active-switch {
  background-color: #eee;
}
.helpme-image-slideshow .helpme-swiper-container:hover .slideshow-swiper-arrows,
.helpme-image-slideshow .helpme-swiper-container:hover .swiper-pagination {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.helpme-image-slideshow .helpme-swiper-container:hover .slideshow-swiper-arrows:hover {
  background-color: #fff !important;
}
.helpme-image-slideshow .helpme-swiper-container:hover .slideshow-swiper-arrows:hover i {
  color: #000 !important;
}
.helpme-image-slideshow .helpme-swiper-container:hover .helpme-swiper-next {
  right: 40px;
}
.helpme-image-slideshow .helpme-swiper-container:hover .helpme-swiper-prev {
  left: 40px;
}
.slideshow-swiper-arrows {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius:50%;
  text-align: center;
  cursor: pointer;
  z-index: 15;
  opacity: 0;
  line-height:35px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
}
.slideshow-swiper-arrows i {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  display: block;
}
.slideshow-swiper-arrows.helpme-swiper-next {
  right: 50px;
}
.slideshow-swiper-arrows.helpme-swiper-prev {
  left: 50px;
}
@media handheld, only screen and (max-width: 768px) {
  .slideshow-swiper-arrows,
  .swiper-pagination {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity)';
  }
  .helpme-swiper-next {
    right: 15px;
  }
  .helpme-swiper-prev {
    left: 15px;
  }
}</pre></body></html>