.als-prev, .als-next {
    top: 70px;
    z-index: 100;
}

.als-next {
    right: 0px;
}

.modal_for_map_wrap {
    width: 800px;
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -400px;
    z-index: 9999;
    /* border: 2px solid #aaaaaa; */
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 22px #232323;
}

.img_for_map_item {
    width: 100%;
}

.modal_close_btn > i {
    font-size: 70px;
    /*line-height: 70%;*/
    cursor:pointer;
}

.modal_close_btn {
    position: absolute;
    right: -14px;
    top: -11px;
    background-color: #ffffff;
    border-radius: 70px;
    /* font-size: 30px; */
    line-height: 70%;
    width:70px;
    height:70px;
    text-align:center;

}