.bx-wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: none;
}
.bx-wrapper a {
    border: none;
}
.bx-wrapper .bx-controls {
    left: 0;
    position: initial;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.bx-wrapper .bx-loading {
    background: #fff url("/img/bx_loader.gif") no-repeat scroll center center;
    height: 100%;
    left: 0;
    min-height: 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager {
    display: none;
}
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
    height: 6px;
    margin: 0 5px;
    width: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    background: #4f4f59;
    border-radius: 100%;
    display: block;
    height: 6px;
    width: 6px;
    outline: 0 none;
    text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-pager.bx-default-pager a.active {
    background:  #fe6f20;
}
/*.bx-wrapper .bx-controls-direction a {
    background: rgba(255,255,255,1.0);
    bottom: 0;
    display: block;
    outline: none;
    position: absolute;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 8px;
}
.bx-wrapper .bx-controls-direction a:hover {
    background: rgba(255,255,255,0.9);
}
.bx-wrapper .bx-controls-direction .bx-prev {
    left: 8px;
}
.bx-wrapper .bx-controls-direction .bx-next {
    left: 54px;
}
.bx-wrapper .bx-controls-auto {
    display: none;
}*/
