
.unslider-nav ol {
    float: right;
    list-style: outside none none;
    margin-top: -50px;
    position: absolute;
    text-align: right;
    width: 60%;
    z-index: 999;
}
.unslider-nav ol li {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999em;
    width: 6px;
}
.unslider-nav ol li.unslider-active {
    background: #fff none repeat scroll 0 0;
    cursor: default;
}
