#svgmap{
	width: 100%;
	height: 600px;
	border: 1px solid #999;
	position: relative;
	overflow: scroll;
}

#svgmap .wrapper{
	position: relative;
}

#svgmap svg{
	position: absolute;
	left: 0;
	top: 0;
}

#svgmap img.bg{
	position: relative;
	z-index: 0;
	max-width: none;
}

#svgmap .circle {
	fill: rgba(255,0,0,0.5);
	cursor: pointer;
}

#svgmap .rect {
	fill: rgba(255,0,0,0.5);
	cursor: pointer;
}

#svgmap .poly {
	fill: rgba(255,0,0,0.5);
	cursor: pointer;
}