<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rotate_fade_contents {
  position: relative;
  height: 268px;
  border-bottom: 1px solid #333;
  box-shadow: 0px 4px 4px #333;
  z-index: 1;
}

.rotate_fade_content {
  position: absolute;
  top: 0;
  left: 0;
}

.rotate_fade_content.image_link {
  cursor: pointer;
}

#rotate_fade_bottom_wrapper {
  height: 24px;
  width: 100%;
  margin-bottom: 25px;
  margin-top: -1px;
  z-index: 2;
  position: relative;
}

#rotate_fade_bottom {
  background: #5c5c5c;
  height: 24px;
  width: 200px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin: 0px auto;
  box-shadow: 0px 4px 4px #333;
  border: 1px solid #444;
  border-top: 0;
  position: relative;
  padding-top: 2px;
  z-index: 2;
}

#rotate_fade_bottom_left, #rotate_fade_bottom_right {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0px;
  z-index: 3;
}
#rotate_fade_bottom_left {
  left: -8px;
}
#rotate_fade_bottom_right {
  right: -8px;
}

.rotate_fade_link:first-child {
  margin-left: 18px;
}

.rotate_fade_link {
  margin-right: 12px;
  text-decoration: none;
  color: #333 !important;
  font-size: 18px;
}

.rotate_fade_link.selected {
  color: #d7d7d7 !important;
}

#pause {
  color: #ccc !important;
  margin-top: 5px;
  float: right;
  text-decoration: none;
  margin-right: 20px;
  letter-spacing: 2px;
}

#pause.paused {
  position: relative;
  top: -2px;
  left: 3px;
  color: white !important;
}

#print_offer_link {
  margin-top: 5px;
  float: right;
  display: block;
  margin-right: 20px;
  color: #ccc !important;
  text-decoration: none;
}

.arrow_wrapper {
  display: block;
  opacity: 0.6;
  background: #333;
  position: absolute;
  top: 100px;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
}

.arrow_wrapper:hover {
  opacity: 0.8;
}

#arrow_right_wrapper {
  right: 4px;
  padding-right: 10px;
}

#arrow_left_wrapper {
  left: 4px;
  padding-left: 10px;
}
</pre></body></html>