#owl-demo .item {
    margin: 3px;
    text-align: center;
}
#owl-demo .item img {
    display: normal;
    width: 100%;
    height: auto;
}
#owl-demo .item table {
    display: inline-table;
}

.owl-buttons{
    position: relative;
    top: -175px;
    
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    left: 2%;
    margin: 0;

    padding: 0px 0px;
    color: #FFF;
    background: #444D61;
    display: inline-block;
    zoom: 1;
    height:30px;
    width:30px;
    font-size: 20px;
    



}

.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    right: 2%;
    margin: 0;

    padding: 0px 0px;
    color: #FFF;
    background: #444D61;
    display: inline-block;
    zoom: 1;
    height:30px;
    width:30px;
    font-size: 20px;
}