.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
	cursor:pointer !important;
}

.jvectormap-zoomwrap{
	position:absolute;
	top:10px;
	left:10px;
	height:71px;
	width:32px;
	padding:0;
	background:#eee;
	border:1px solid #444;
	box-shadow:0 0 3px #888;
	border-radius: 3px;
}
.zoomwrap_h6{
	color:#fff;
	font-size:8px;
	font-weight:400;
	background:#777;
	border-bottom:1px solid #444;
	padding:1px 0;
	text-align:center;
	margin:0;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 8px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}
.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
	background:#777;
}
.jvectormap-zoomin {
    top: 29px;
}

.jvectormap-zoomout {
    top: 49px;
}