div.worldmapPlugin { overflow: hidden; overflow-x:hidden; overflow-y: hidden; width: 100%; height: 100%; }
div.worldmapHolder { top: 0px !important; left: 0px !important; }
.worldmapHolder img { border: 0px; display: none; position: absolute; top: 0px; left: 0px; }
.worldmapHolder img.map.main { z-index: 0; }
.worldmapHolder img.map.rollover{ z-index: 1; }
.worldmapHolder img.text.main { z-index: 5; pointer-events: none; }
.worldmapHolder img.text.rollover { z-index: 3; }
.worldmapHolder img.imagemap { z-index: 4; }
#explore-title {
	display: block;
	background: #bbd1e4;
	text-indent: -9000px;
	margin: 0 0 .3em 0;
	height: 48px;
	}
h3#explore-title {
	background-image: url('/wp-content/plugins/indie-worldmap/img/explore.png');
	background-repeat: no-repeat;
}