/* 
        slider
*/

.bx-pager{
    max-width:1600px;
    width:100%;
    padding:0;
}

.bx-pager a{
    float:right;
    display:block;
    background:#fff;
    font-size:0;
    line-height:0;
    height:25px;
    width:3px;
    margin-left:7px;
    margin-top:50px;
    color:#fff;
}

.bx-pager a.active{
    background:#9ad3d5;
    color:#9ad3d5;
}

.bx-controls-direction{
    position:absolute;
    padding:0;
    margin-top:0;
    width:100%;
    max-width: 1400px
}

.bx-controls{
    margin-top:-45px !important;
    max-width:1400px;
    margin:0 auto;
    width:100%;
}

.bx-prev{
    float:left;
    width:26px;
    height:26px;
    background:url(../images/icons/arrow-left.png) no-repeat left;
    font-size:0;
    line-height:0;
    display:block;
    margin-left:45%;
}

.bx-next{
    float:right;
    width:26px;
    height:26px;
    background:url(../images/icons/arrow-right.png) no-repeat right;
    font-size:0;
    line-height:0;
    display:block;
    margin-right:45%;
}