.arrow_cover_prev {
    width: 24px;
    height: 25px;
    background-position: -177px -128px;
    position: absolute;
    top: 398px;
    left: 378px;
}

.arrow_cover_next {
    width: 24px;
    height: 25px;
    background-position: -413px 4px;
    position: absolute;
    top: 394px;
    left: 533px;
}

#backText {
    position: absolute;
    top: 401px;
    left: 408px;

    color: #85d4d3;
    font-family: "MicroBold";
    font-size: 12.5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

#nextText {
    position: absolute;
    top: 401px;
    left: 479px;

    color: #85d4d3;
    font-family: "MicroBold";
    font-size: 12.5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
}

#backClicker {
    width: 98px;
    height: 47px;
    top: 386px;
    left: 366px;
    background-color: rgba(0,0,0,0);
    position: absolute;
}

#nextClicker {
    width: 98px;
    height: 47px;
    top: 386px;
    left: 468px;
    background-color: rgba(0,0,0,0);
    position: absolute;
}