.owl{
    clear: both;

}
#owl{
    height:555px !important;
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}
.owl-item-oph{
    background-position: center center;
    height: 555px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
}
.owl-pagination{
    display: block;
    z-index: 0;
    position: relative;
    width:300px;
    background: rgba(160, 160, 160, 0.02) !important;
    top:-49px;
    margin: 0 auto;
    padding-top:3px;
    border-radius: 8px;
    behavior: url(ie-css3.htc);
}
.SL .owl-pagination{
    top:-9px;

}
.owl-pagination *{
    opacity: 1 !important;
}
.owl-page span{
    background: #b5b5b5 !important;
}
.active span{
    background: #ed0000 !important;
}
.oph-link-owl{
    text-decoration: none;
    color: #484848;
}
.oph-link-owl:hover{
    text-decoration: none;
    color: #484848;
}

.owl-buttons{
    position: relative;
    top:-330px;
}
.SL .owl-buttons{
    top:-80px;
}
.owl-prev{
    float: left;
    background:url(../l.png) no-repeat !important;
    height: 75px;
    width: 75px;
    border-radius: 0px !important;

}
.owl-next{
    float: right;
    background:url(../r.png) no-repeat right top !important ;
    height: 75px;
    width: 75px;
    border-radius: 0px !important;
}


.InnerSlider #owl{
    height:555px !important;
    overflow:hidden;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
}

.InnerSlider2 #owl{
    overflow:hidden;
    width:533px !important;
    height:400px !important;
    margin: 0 auto;
    border-radius: 0px;
}

.InnerSlider2 .owl-pagination{
    width: 400px !important;
}
.InnerSlider2 .oph-link-owl{
    border-radius: 0px !important;
}