/**
 *   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 {
	margin-left:20px;
	  margin-top:-50px;
		position:relative;
	padding-bottom: 20px;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;


}
.unslider-nav ol li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 10px 7px;
  background: #F6DD9C;
  border: 1px #fff solid;
  border-radius: 10px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  
}
.unslider-nav ol li.unslider-active {
  background: #502C18;
  cursor: default;
  z-index:10;
}
