.owl-carousel {
    position: relative;
    width: 100%;
    margin-left: 5%;
    margin-top: 50px;
    -ms-touch-action: pan-y;
    text-transform: uppercase;
}
.owl-prev {
    left: -50px;
    display: block;
    width: 15px;
    height: 41px;
    background: url(/skin/frontend/base/default/css/featured/prev.png);
    position: absolute;
    top: 60%;
    margin-top: -50px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
text-indent: -99999px;}
.owl-next {
    right: -40px;
    display: block;
    width: 15px;
    height: 41px;
    background: url(/skin/frontend/base/default/css/featured/next.png);
    position: absolute;
    top: 60%;
    margin-top: -50px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    text-indent: -99999px;
}