.jvectormap-label {
    display: none;
    position: absolute;
	padding: 8px;
	margin-top: -20px;
    color: #000;
	font-size: 13px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #292929;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #fff;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
	width: 20px;
    height: 20px;
	padding: 3px;
    color: white;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
	border: 1px solid #fff;
    background-color: #292929;
}

.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 50px;
}