
.special {
    position: fixed;
    right: 0;
    height: 245px;
    width: 55px;
    top: 10%;
    border: 1px solid rgba(40,55,65,0.6);
    z-index: 5000;
    border-right: 0;
    background-color: #a56ca4;
}

.balck_white {
    float: right;
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url(../images/eye3.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.balck_yallow {
    float: right;
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url(../images/eye2.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.yallow_black {
    float: right;
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url(../images/eye4.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.white {
    float: right;
    position: relative;
    width: 100%;
    height: 20px;
    background-image: url(../images/eye.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.up {
    float: right;
    position: relative;
    width: 100%;
    height: 22px;
    background-image: url(../images/upEng.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    cursor: pointer;
}

.down {
    float: right;
    position: relative;
    width: 100%;
    height: 22px;
    background-image: url(../images/downEng.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 15px;
    cursor: pointer;
}

.sound {
    float: right;
    position: relative;
    width: 100%;
    height: 31px;
    background-image: url(../images/sound.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.set {
    float: right;
    position: relative;
    width: 100%;
    height: 31px;
    background-image: url(../images/set.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
    cursor: pointer;
}
