.bottom_nav.directional_navigation{
    text-align: center;
    width: 100%;
}
.top_nav.directional_navigation{
    text-align: right;
    width: 100%;
}
.directional_navigation a{
    cursor: pointer;
    font-size: 0px;
    width: 26px;
    height: 21px;
    display: inline-block;
    padding: 2px;
    margin-top: 15px;
    margin-left: 6px;
}
/*.directional_navigation a.prev{
    background: url('images/arrowL.png') no-repeat;
}*/
#content_slider .owl-prev{
   background: url(images/arrowL.png) no-repeat 6px 9px;
    padding-bottom: 25px;
}
/*.directional_navigation a.next{
    background: url('images/arrowR.png') no-repeat;
}*/
#content_slider .owl-next{
    background: url('images/arrowR.png') no-repeat 6px 9px;
    padding-bottom: 25px;
}
li{
    list-style: none;
}
.owl-nav{
      background: url('images/topnav_bg.png') no-repeat center;
    position: absolute;
    top: -5px;
    right: -3px;
    z-index: 1;
    width: 80px;
    height: 51px;
}

/*.bottom_nav.directional_navigation,.owl-nav{
    background: url('images/topnav_bg.png') no-repeat center;
    position: absolute;
    top: -5px;
    right: -3px;
    z-index: 1;
    width: 80px;
    height: 51px;
}*/
.wt_ourservices .moduletable{width:100%;display: block;position: relative;}