.unslider-nav {
    bottom: 20px;
    left: 46%;
    padding: 6px 9px;
    position: absolute;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.6);
}

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