/*!* Styling Next and Prev buttons *!*/
.owl-prev, .owl-next {
    background-image: url(/assets/sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -46px;
    background-size: 500px;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
}

.owl-next {
    background-position: -62px -46px;
}

.owl-buttons {
    height: 34px;
}
