/* Mall Map Styles
================================================== */

a#mall-map-btn-up, a#mall-map-btn-down, a#mall-map-btn-left, a#mall-map-btn-right { position: absolute; display: block; overflow: hidden; color: #fff; font-size: 26px;
    cursor: pointer; width: 42px; height: 42px; line-height: 40px; text-align: center; background-color: #000; background-color: rgba(0,0,0,0.5); z-index: 99; }
a#mall-map-btn-up:hover, a#mall-map-btn-down:hover, a#mall-map-btn-left:hover, a#mall-map-btn-right:hover { background-color: #333; background-color: rgba(51,51,51,0.5); }

a#mall-map-btn-up, a#mall-map-btn-down { left: 50%; margin-left: -21px; }

a#mall-map-btn-left, a#mall-map-btn-right { top: 50%; margin-top: -21px; }

a#mall-map-btn-up { top: 5px; }
a#mall-map-btn-down { bottom: 5px; }
a#mall-map-btn-left { left: 5px; }
a#mall-map-btn-right { right: 5px; }

#mall-map-container {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mall-map-window { width: 100%; position: relative; overflow: hidden; height: 100%; }

#no-point {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 500;
    font-size: 16px;
}

#mall-map-pane {
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 20;
}

#mall-map-shop-point {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    max-width: none;
    cursor: pointer;
}

#mall-map-img {
    max-width: none;
}