/**
 *   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 li {
  border-radius: 0px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #00295a;
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #00295a;
  cursor: default;
}

#evenementen .unslider-nav ol li {
  border: 1px solid #e73137;
}

#evenementen .unslider-nav ol li.unslider-active {
  background: #e73137;
}