.unslider-nav ol {
  list-style:none;
  text-align:center;
  position:relative; 
  left:-6px;
}

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0px 4px;
  background: #DDD;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 1px solid #555;
  cursor: pointer;
}

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