#map
{
	position:relative;
}

#mapcenter
{
	min-width:120px;
	max-width:240px;
	left:0px;
	height:241px;
	background-color:transparent;
	margin-left:0;
	position:relative;	
	background-image:url('../images/blogMetroMap.png');
	background-repeat:no-repeat;
}


div.stop
{
	position:absolute;
	margin:0px;
	padding:0px;
}

a.stop
{
	position:absolute;
	top:-7px;
	left:-7px;
	width:13px;
	height:13px;
	text-decoration: none;
	background-image:url('../images/blogStopUp.png');
	background-repeat:no-repeat;
}
a.stop:hover
{
	position:absolute;
	top:-9px;
	left:-9px;
	height:17px;
	width:17px;
	text-decoration: none;
	background-image:url('../images/blogStopOver.png');
	background-repeat:no-repeat;
}
a.stop span {
	display:none;
	text-decoration: none;
}
a.stop:hover {border:0;}
a.stop:hover span {
	border: 1px #a54cd2 solid;		
	color: #a54cd2;
	position:absolute;
	top:0px;
	left:17px;
	text-decoration: none;
	padding: 5px;
	font-weight:bold;
	display:inline; 
	background-color: white;
}

#stop1 {
	left:93px;
	top:22px;
	}
#stop2 {
	left:79px;
	top:88px;
	}
#stop3 {
	left:79px;	
	top:117px;
	}
#stop4 {
	left:135px;
	top:105px;	
	}
#stop5 {
	left:15px;
	top:161px;
	}
#stop6 {
	left:34px;
	top:221px;
	}
