.unslider-nav ol {
	list-style: none; text-align: center;
}
.unslider-nav ol li {
	background: none; margin: 0px 4px; border-radius: 5px; border: 2px solid rgb(255, 255, 255); border-image: none; width: 6px; height: 6px; text-indent: -999em; overflow: hidden; display: inline-block; cursor: pointer;
}
.unslider-nav ol li.unslider-active {
	background: rgb(255, 255, 255); cursor: default;
}
