.herk-product-cycle {
  overflow: hidden;
}
.herk-product-cycle .herk-product-cycle-inner {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100000px; /* Dummy value that gets replaced with JS */
}
.view-featured-herk-product-cycle {
  width: 960px; /* Dummy value that gets replaced with JS */
}
.herk-product-cycle .herk-product-cycle-inner .herk-product-cycle-row {
  padding: .5em;
  margin: 0;
  display: inline-block;
  float: left;
}
.herk-product-cycle .herk-product-cycle-inner .herk-product-cycle-row .taxo_link {
  display: none;
}
.herk-product-cycle .category-link {
  text-align: right;
  padding: .25em;
  clear: both;
}
.herk-product-cycle .category-link a {
  color: #9f111b;
  font-weight: 200;
  font-size: .8em;
}
.node-type-staff #content-area .herk-product-cycle .category-link {
  display: none;
  }
.herk-product-cycle .herk-cycle-nav {
  position: absolute;
  top: 50%;
  margin: -1em 0 0 0;
}
.herk-product-cycle .herk-cycle-nav a,
.node-type-staff #content-area .herk-product-cycle .herk-cycle-nav a {
  background-color: #CC0000;
  color: #FFF;
  padding: .25em .5em;
  font-size: 1.5em;
  font-weight: 300;
}
.herk-product-cycle .herk-cycle-nav a:hover {
  background-color: #000;
  transition: background-color 0.25s ease-out;
}
.herk-product-cycle .herk-cycle-nav a:before {
  display: inline-block;
  content: '-';
}
.herk-product-cycle .herk-cycle-nav a span.label {
  display: none;
}
.herk-product-cycle .herk-cycle-prev {
  left: 0;
  text-align: left;
}
.herk-product-cycle .herk-cycle-next {
  right: 0;
  text-align: right;
}
.herk-product-cycle .herk-cycle-prev a:before {
  content: '\00ab';
}
.herk-product-cycle .herk-cycle-next a:before {
  content: '\00bb';
}
