.bx-wrapper {
    position: relative;
    zoom: 1;
    margin: 0!important;
    padding: 0;
}

.bx-wrapper img {
    display: block;
    max-width: 100%;
}

.bx-viewport {
    direction: ltr!important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    display: none;
    z-index: 2000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat;
}

.bx-wrapper .bx-pager {
    padding-top: 20px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .85em;
    font-weight: bold;
    color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    zoom: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: -9999px;
    outline: 0;
    background: #000;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    width: 20px;
    height: 20px;
    margin-top: 38px;
    margin-top: -10px;
    overflow: hidden;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    outline: none;
}

.bx-wrapper .bx-controls-direction a:before {
    padding-left: 2px;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
    color: #c0c0c0;
}

.bx-wrapper .bx-controls-direction a:hover:before {
    color: #333;
}

.bx-next {
    right: 10px;
}

.bx-next:before {
    content: "\f138";
}

.bx-prev {
    left: 10px;
}

.bx-prev:before {
    content: "\f137";
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    width: 9px;
    height: 11px;
    margin: 0 3px;
    text-indent: -9999px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: 80%;
    text-align: left;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #666;
    background: rgba(80,80,80,0.75);
}

.bx-wrapper .bx-caption span {
    display: block;
    padding: 10px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .85em;
    color: #fff;
}