.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFFFFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: -35px 5px 5px 5px;
        padding: 3px 3px;
        font-size: 58px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        filter: Alpha(Opacity=70);
        opacity: 1;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    .owl-theme .owl-controls .owl-page {
        display: block;
        zoom: 1;
        *display: block;
        float: left
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 20px;
            height: 20px;
            margin: 0px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            background: #87969e;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=50);
            opacity: 0.5;
            background: #82ab1f;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: 24px;
            width: 42px;
            color: #FFF;
            padding: 14px;
            border-left: 1px solid #727e85;
            border-right: 1px solid #9fafb8;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev, .owl-next {
    color: #111;
    display: block;
    height: 70px;
    line-height: 70px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 46%;
    width: 30px;
    z-index: 6;
}

.owl-prev {
    left: -35px;
    opacity: 1;
}

.owl-next {
    opacity: 1;
    right: -35px;
}

@media screen and (max-width:480px) {
    .mainnav {
        display: none;
    }
    .owl-theme .owl-controls .owl-page span.owl-numbers {
        height: 20px;
        width: 10px;
    }
    .owl-prev, .owl-next {
        color: #111;
        display: block;
        height: 30px;
        line-height: 70px;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 46%;
        width: 30px;
        z-index: 6;
    }
}
