#headerImage {
	float: left;
    height: 275px;
    margin-top: 109px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#headerImage .bx-viewport {
    height: auto!important;
}
#headerImage li {
    height: auto;
    box-sizing: content-box;
    display: block;
}

#controls-wrap {
    width: 100%;
    position: absolute;
    float: left;
    height: 100%;
    box-sizing: border-box;
    bottom: 0;
    /* left: 0; */
    max-width: 1258px;
}
#controls {
    background: url("../images/bg-white.png") repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    float: right;
    position: absolute;
    right: 12.3%;
    width: 70px;
    z-index: 50;
}
#prev, #next {
    float: left;
    width: 50%;
}
a.bx-prev {
    background: url("../images/prev.png") no-repeat scroll center center;
    float: left;
    height: 50px;
    width: 35px;
}
a.bx-next {
    background: url("../images/next.png") no-repeat scroll center center;
    float: left;
    height: 50px;
    width: 35px;
}
