A { outline: none; }

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

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

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


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

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