.map-image {
	/* cursor: pointer; */
}
.map-overlay {
	/* cursor: pointer; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
}

map {
	/* cursor: pointer; */
}

.map-path {
	font: 11px Tahoma;
	font-weight: bold;
	vertical-align: middle;
}

.areas-control {
	background-color: #efefef;
	overflow: auto; 
	border: 1px solid black; 
	margin: 5px 10px 0px 0px;
	padding: 2px 0px 2px 5px; 
	white-space: nowrap;
	/* width: 220px; */
}
.map-area-link {
	text-decoration: underline;
}
.map-area-link:hover {
	text-decoration: none;
}