.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;
}


.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	left: 10px;
	background: #0b3158;
	border: 1px solid #fff;
	color: white;
	/* width: 30px; */
	/* height: 30px; */
	padding: 8px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	/* font-weight: bold; */
	font-size: 16px;
	-moz-box-sizing: content-box !important;
	opacity: 0.4;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
	background: #D67521;
	opacity: 1;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 37px;
}

.test {
	background-image:url(file:///C:/Users/al/Desktop/abaeske.jpg) ;
	background-repeat:repeat;
	background-position: 0px 0px;
	
}