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

.unslider-nav ol li {
  width: 8px;
  height: 8px;
  margin: 10px 0;
  background: #f59c9c;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}

	.unslider-nav ol li:first-of-type {
		margin-top: 0;
	}

	.unslider-nav ol li:last-of-type {
		margin-bottom: 0;
	}
	
.unslider-nav ol li.unslider-active {
  background: #f8c6ce;
  cursor: default;
}