<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#image-slider {position: relative; height: 264px; }
#image-slider.in-product-info {
  width: 636px; 
  /* height: 331px;  */
  height: 346px;
}
.in-product-info #sliderPanel a {cursor: default; }


#sliderPanel li {
  position: absolute;
  top:0;
  left:0;
  display: none;
  width: 100%;
  overflow: hidden;
  border-radius:10px 0px 0px 10px;
}
#sliderPanel li.active{
  display: block !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: flex !important;
}
#sliderThumbnail {
  position: absolute;
  left:0px;
  bottom: -45px;
}
#sliderThumbnail li {
  float: left;
  margin-right: 5px;
  border: 1px solid #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

#sliderThumbnail li.active img {
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha( opacity=80 );
  opacity: 0.8;
}
#image-slider li img {
  vertical-align: middle;
}

#event_content #sliderThumbnail li {margin-right:0; border:0px;}
#event_content #image-slider {height:685px; margin-top:7px;}
#event_content #sliderThumbnail li.active img {-ms-filter: "alpha( opacity=60 )"; filter: alpha( opacity=60 ); opacity: 0.6;}

@media (max-width: 750px){
  .slider-text {
    display: none;
  }
  #sliderPanel li {
    border-radius: 10px;
  }
  #image-slider.in-product-info {height: 346px; }
}
@media (max-width: 640px){
  .slider-text {
    display: none;
  }
  #sliderPanel li {
    border-radius: 10px;
  }
}</pre></body></html>