.jvectormap-label {
    position: absolute;
    display: none !important;
    border-radius: 3px;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 12px;
    color: 
    white;
    width: 21px;
    height: 21px;
    text-indent: 100px;
    cursor: pointer;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
}

.jvectormap-zoomin {
    top: 8px;
    background:url("../img/btn_zoom-in.png") no-repeat 0 0;
}

.jvectormap-zoomout {
    top: 38px;
    background:url("../img/btn_zoom-out.png") no-repeat 0 0;
}