.mapper {
	position: relative;
	margin-top: 10px;
	border: 3px solid #4c545a;
	background: black url(http://static.wowshell.com/images/loading2.gif) no-repeat 2px 2px;
}

.mapper a, .mapper a:hover {
	border: 0;
}

.mapper .pin  {
	position: absolute;
	width: 1px;
	height: 1px;
	font-size: 1px;
	z-index:5;
}

.mapper .pin a {
	position: relative;
	width: 11px;
	height: 11px;
	left: -5px;
	top: -5px;
	background: url(http://static.wowshell.com/images/mapper/map_party.png) no-repeat;
	display: block;
}

.mapper .pin-start a {
	background-image:url(http://static.wowshell.com/images/mapper/quest-start.png);
	width:9px;
	height: 17px;
	left: -4px;
	top: -8px;
	z-index: 5px;
}

.mapper .pin-end a{
	background-image:url(http://static.wowshell.com/images/mapper/quest-end.png);
	width: 12px;
	height: 18px;
	left: -6px;
	top: -9px;
	z-index: 5px;
}

.mapper .pin-startend a{
	background-image:url(http://static.wowshell.com/images/mapper/quest-startend.png);
	width: 19px;
	height: 18px;
	left: -9px;
	top: -9px;
	z-index: 5px;
}

.mapper .glow {
	margin: 0 2px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: default;
	white-space: nowrap;
}

