<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 20px;
  height: 22px;
  margin: 0 4px;
  background: #acadac24;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: #c1261f;
  cursor: default;
}
.unslider-arrow{
  display: inline-block;
  width: 60px;
  height: 90px;
}
.carousel{
  position: relative;
}
.unslider-arrow.next{
  right: -65px;
  top: 50%;
  margin-top: -45px;
}
.unslider-arrow.prev{
  left: -65px;
  top: 50%;
  margin-top: -45px;
}
.title_box{
  font-size: 14px;
  padding: 6px 0px 6px 10px;
  position: absolute;
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(0,0,0,0.3);
  line-height: 20px;
  color:#fff;
  text-align: left;
}
.unslider-title{
  text-align: center;
  padding: 8px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.unslider-nav{
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 40;
}
</pre></body></html>