

/*******************************************************/
.owl-nav {
    float: right;
    top: 0%;
}

.owl-prev ,.owl-next {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 1px solid #FFF;
    border-radius: 100%;
    color: #FFF;
    font-size: 15px;
    height: 25px;
    line-height: 20px;
    opacity: .8;
    position: absolute;
    text-align: center;
    top: -43px;
    transition: all .3s ease 0s;
    width: 25px;
    z-index: 1;
}
.owl-prev {
    float: left;
    right: 60px;
}
.owl-next {
   float: right;
   right: 25px;
}

