/* Positioning styles go here */
#tagmap_parent {
	width: 519px;
	height: 346px;
	position: relative;
}

#tagmap_image_container {
	width: 100%;
	height: 100%;
	background: #368089;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.tag_point {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/*.tag_info {
	display: none;
	position: absolute;
	color: black;
	font-size: 90%;
	width: 150px;
	height: auto;
	padding: 10px;
	background-color: #3EBD29;
	z-index: 5000000000;
	opacity: 0.95;
	left: 10px;
	top: 10px;
}

.tag_point:hover .tag_info {
	display: block;
}*/
