#slider1_container .slider-images {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
}
.jssora14l, .jssora14r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 60px;
    height: 62px;
    cursor: pointer;
    overflow: hidden;
    color:#1a1c28;
    background: rgba(255,255,255,0.8);
    top: 50%;
    transform: translateY(-50%);
}
.jssora14l:hover, .jssora14r:hover {
    background: #c9a74d;
}
.jssora14l:hover:before, .jssora14r:hover:before {
    color :#1a1c28;
}
.jssora14l {
    margin-left: 0px;
    left: 0;
    color:#c9a74d;
    background-image: url("/design/slider-left-arrow.png");
    background-repeat: no-repeat;
    background-position: center;
}
.jssora14r {
    background-image: url("/design/slider-right-arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
    right: 0;
}
.jssora14l:hover, .jssora14l.jssora14ldn {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/design/slider-left-arrow.png");
}
.jssora14r:hover, .jssora14r.jssora14rdn {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/design/slider-right-arrow.png");
}
.jssorb17 {
    position: absolute;
    bottom: 20px;
}
.jssorb17 div, .jssorb17 div:hover, .jssorb17 .av {
    position: absolute;
    /* size of bullet elment */
    width: 12px;
    height: 12px;
    background-color: #1a1c28;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    color: #1a1c28;
}
.jssorb17 div {
    background: #1a1c28;
}
.jssorb17 div:hover, .jssorb17 .av:hover {
    background: #c9a74d;
}
.jssorb17 .av {
    background: #c9a74d;
}
.jssorb17 .dn, .jssorb17 .dn:hover {
    background: #c9a74d;
}