A { outline: none; }

.infoWindow {
	position: absolute;
	display: none;
	width: 215px;
	height: 328px;
	background-image: url("../images/windowBG.png");
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 15px;
	overflow: hidden;
	font-family: arial;
	font-size: 9pt;
	color: #373737;
	z-index: 1000;
}

.infoWindow H2 {
	margin: 0px;
	padding: 0px;
}

.infoWindow A.closeInfo {
	position: absolute;
	right: 10px;
	display: block;
	height: 25px;
	width: 25px;
	color: #000;
	text-decoration: none;
	background-image: url("../images/closeWindow.png");
	background-repeat: no-repeat;
}

.MapUp {
	display: block;
	text-decoration: none;
	width: 70px;
	height: 22px;
	background-image: url("../images/MapUp.png");
	float: left;
	z-index: 10;
}

.MapLeft {
	display: block;
	text-decoration: none;
	width: 23px;
	height: 25px;
	background-image: url("../images/MapLeft.png");
	float: left;
	z-index: 10;
}

.MapCenter {
	display: block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	background-image: url("../images/MapCenter.png");
	float: left;
	z-index: 10;
}


.MapRight {
	display: block;
	text-decoration: none;
	width: 22px;
	height: 25px;
	background-image: url("../images/MapRight.png");
	float: right;
	z-index: 10;
}

.MapDown {
	display: block;
	text-decoration: none;
	width: 70px;
	height: 22px;
	background-image: url("../images/MapDown.png");
	float: left;
	z-index: 10;
}