/**
 *   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: right;
  margin-right:18px;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background:url(/y0/fe/wemoney/images/whitecircle_dcec2d4e.png);
  /*border-radius: 50%;*/
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  /*border:1px solid #fff;*/
}
.unslider-nav ol li.unslider-active {
  background:url(/y0/fe/wemoney/images/redcircle_743a5459.png);
  /*border:1px solid #fc5522;*/
  cursor: default;
}
