.bx-wrapper{
    position: relative;

    margin: 0 auto;
    padding: 0;
}


.bx-wrapper .bx-pager{
    position: absolute;
    top: -31px;
    right: 42px;
    z-index: 99;

    width: auto;
    display: inline-block;
    vertical-align: top;
    height: 14px;

    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item{
    display: inline-block;
    vertical-align: top;
    width: 14px;
}
.bx-wrapper .bx-pager .bx-pager-item + .bx-pager-item{ margin-left: 4px; }
.bx-wrapper .bx-pager.bx-default-pager a{
    display: block;

    width: 8px;
    height: 8px;
    margin: 3px;

    text-indent: -9999px;

    border-radius: 50%;
    outline: 0;
    background: #eeeff1;
    transition: all 0.2s linear;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #89be48;
    width: 14px;
    height: 14px;
    margin: 0;
}

.news .bx-wrapper .bx-pager,
.reviews .bx-wrapper .bx-pager{ top: -46px; }
.object_info .bx-wrapper .bx-pager{
    top: auto;
    bottom: 52px;
    width: 104px;
    right: 50%;
    margin-right: -52px;
}


.bx-wrapper .bx-controls-direction a{
    position: absolute;
    top: -33px;
    z-index: 99;

    width: 13px;
    height: 18px;

    text-indent: -9999px;

    outline: 0;
    background: url(../images/ic_carousel_arrows.png) 0 0  no-repeat;
}

.bx-wrapper .bx-controls-direction a.bx-prev{
    right: 160px;

    background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a.bx-next{
    right: 15px;

    background-position: -13px 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover{
    background-position: 0 -18px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover{
    background-position: -13px -18px;
}

.news .bx-wrapper .bx-controls-direction a,
.reviews .bx-wrapper .bx-controls-direction a{ top: -48px; }

.object_info .bx-wrapper .bx-controls-direction a{
    top: auto;
    bottom: 50px;
}
.object_info .bx-wrapper .bx-controls-direction a.bx-prev{ right: auto; left: 50%; margin-left: -80px; }
.object_info .bx-wrapper .bx-controls-direction a.bx-next{ right: 50%; margin-right: -80px; }


.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-caption{
    display: none;
}