/**
 *   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;
}
.unslider-nav ol li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 4px 5px 0 5px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: .2em solid #600;
  cursor: pointer;
/*
    margin-left: .2em;
    font-size: 2em;
*/
    
    box-shadow: 0.2em 0.2em #ccc 


}
.unslider-nav ol li.unslider-active {
  background: #900;
  cursor: default;
  box-shadow: 0.2em 0.2em #999 

}
