.ofsrbase {
    position: relative;
}
.ofsrwrap {
    width: 100%;
    margin: 1em auto;
    overflow-x: auto;
    scrollbar-width: none;
}
.mousedownb {
text-align: center;
    font-family: arial, sans-serif;
    display: inline-block;
    height: 1.2em;
    width: 12.2em;
    line-height: 1;
    background-color: #ffffff;
    color: #000;
    font-size: 2em;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -75px;
    margin: auto;
    cursor: pointer;
}
.mousedowna {
    text-align: center;
    font-family: arial, sans-serif;
    display: inline-block;
    height: 1.2em;
    width: 12.2em;
    line-height: 1;
    background-color: #ffffff;
    color: #000;
    font-size: 2em;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -75px;
    margin: auto;
    cursor: pointer;
}
