.owl-carousel {width: 900px !important; }

.owl-theme .owl-nav [class*="owl-"] {
margin: 0px !important;
padding: 0px !important;
background: none;
display: inline-block;
cursor: pointer;
}

.owl-nav {
    width: 960px !important;
    height: 0 !important;
    position: relative;
    margin-top: -110px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    z-index: 100;
}

.owl-prev {
    background: url(../images/left_arrow.png) !important ;
    width: 15px;
    height: 30px;
    position: relative;
    float: left;
    cursor: pointer;
    margin-right: 25px !important;
    z-index: 900;
    top: 20px;
}

.owl-prev:hover, .owl-prev:focus {
    background: url(../images/left_arrow.png) !important;
    width: 15px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin-right: 25px !important;
    z-index: 900;
     top: 20px;
}


.owl-next {
    background: url(../images/right_arrow.png) !important;
    width: 15px !important;
    height: 30px !important;
    float: right;
    position: relative;
    cursor: pointer;
    margin-left: 25px !important;
     z-index: 900;
     top: 20px;
}

.owl-next:hover, .owl-prev:focus {
    background: url(../images/right_arrow.png) !important;
    width: 15px !important;
    height: 30px !important;
    float: right;
    cursor: pointer;
    margin-left: 25px !important;
    z-index: 900;
     top: 20px;
}
.owl-carousel .owl-stage-outer {
    margin-left: 15px;
    margin-right: 15px;
    width: 920px;
}