#slider1_container .slider-images {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 1050px;
}
.jssora14l, .jssora14r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 60px;
    height: 60px;
    cursor: pointer;
    color: #231f20;
    background: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #231f20;
    border-radius: 50%;
    z-index:999;
    margin-top: 50px;
    opacity: 0.8;
}
.jssora14l:hover, .jssora14r:hover {
    opacity: 1;
    color: #231f20;
    border: 2px solid #231f20;
}
.jssora14l:before{
    display: block;
    font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    top: -5px;
    left: 18px;
    font-size: 45px;
}
.jssora14l {
    background-position: -15px -35px;
    left: 35px;
    color:#231f20;
}
.jssora14r:before{
    display: block;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: -5px;
    left: 23px;
    font-size: 45px;
    color:#231f20;
}
.jssora14r {
    background-position: -75px -35px;
    right: 35px;
}
.jssora14l:hover {
    background-position: -135px -35px;
}
.jssora14r:hover {
    background-position: -195px -35px;
}
.jssora14l.jssora14ldn {
    background-position: -255px -35px;
}
.jssora14r.jssora14rdn {
    background-position: -315px -35px;
}
.jssorb17 {
    position: absolute;
    bottom: 20px;
}
.jssorb17 div, .jssorb17 div:hover, .jssorb17 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    background: #f58634;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
}
.jssorb17 div {
    background: #fff;
}
.jssorb17 div:hover, .jssorb17 .av:hover {
    background: #eee;
}
.jssorb17 .av {
    background: #f58634;
}
.jssorb17 .dn, .jssorb17 .dn:hover {
    background: #f58634;
}
.slider-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
}