.bx-viewport > ul{
    margin: 0;
    padding: 0;
}

.bx-pager{display: none;}
.bx-controls{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 0;
}
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
    color: #ffffff;
    display: block;
    height: 60px;
    line-height: 60px;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 60px;
    text-indent: -9999px;
    background: url('images/bx-slider-arrows.png') 0 0 no-repeat;
    outline: none;
}


.bx-controls-direction .bx-prev {
    /*float: left;*/
    background-position: 0 -60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.bx-controls-direction .bx-next {
    /*float: right;*/
    position: absolute;
    bottom: 0;
    right: 0;
}