/**
 *   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;
}
    #featureSlider .unslider-nav ol li, #setup .unslider-nav ol li {
      display: inline-block;
      float: none;
      width: 10px;
      height: 6px;
     margin: 0px 10px !important;
          padding: 3px;

      background: transparent;
      border-radius: 5px;
      overflow: hidden;
      text-indent: -999em;
      border: 2px solid #032A61;
      cursor: pointer;
	  color:#000;
      opacity: .4;
    }
    #featureSlider .unslider-nav ol li.unslider-active, #setup .unslider-nav ol li.unslider-active {
      background: #032A61;
      cursor: default;
      opacity: 1;
    }