.owl-carousel .owl-item img {
    width: 120px;
    margin: 0 auto;
    padding: 0;
}
.owl-carousel.owl-drag .owl-item {
    padding: 0;
    font-size: 16px;
}
.owl-carousel.owl-drag .owl-item .tagline {
    font-size: 15px;
    margin-bottom: 35px;
    text-align: center;
    color: #999999;
}
.owl-carousel.owl-drag .owl-item .item-body {
    margin-left: 200px;
}
.owl-carousel.owl-drag .owl-item .item-logo {
    text-align: center;
    float: left;
    width: 200px;
}
.owl-carousel .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.2s ease-out;
    margin-left: -15px;
}
.owl-carousel .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.2s ease-out;
    margin-right: -15px;
}
.owl-carousel .owl-prev:after {
    position: absolute;
    content: '';
    height: 65px;
    width: 20px;
    left: 0;
    top: 0;
    bottom: -50px;
    right: 0;
    margin: auto;
    background: url(owl-carousel-arrows.png) no-repeat;
    background-position: 0 0;
}
.owl-carousel .owl-next:after {
    position: absolute;
    content: '';
    height: 65px;
    width: 20px;
    left: 0;
    top: 0;
    bottom: -50px;
    right: 0;
    margin: auto;
    background: url(owl-carousel-arrows.png) no-repeat;
    background-position: -20px 0;
}
