#mapSection {position:absolute;left:172px;top:33px;}

#mapSection .mapContainer {
	border:1px solid #636563;
	width:740px;
	height:432px;
	position:absolute;
}

#mapSection #smallMapContainer {
	width:283px;
	height:400px;
	border:1px solid #636563;
	position:absolute;
	top:1px;
	left:1px;
}

#mapSection #smallMapContainer #smallMap {
	position:absolute;
	background:url(i/smallMap.jpg);
	width:283px;
	height:400px;
}

#mapSection #smallMapContainer #map_pointer {
	position:absolute;
	width:72px;
	height:64px;
	border:1px solid black;
}

#mapSection #smallMapContainer #smallMapField {
	position:absolute;
	z-index:1;
	width:283px;
	height:400px;
	cursor:move;
}

#mapSection #bigMapContainer {
	position:absolute;
	width:450px;
	height:399px;
	border:1px solid #636563;
	top:1px;
	left:287px;
	overflow:hidden;
}

#mapSection #bigMapContainer #bigMap {
	position:absolute;
	background:url(i/bigMap.jpg);
	width:1781px;
	height:2520px;
}

#mapSection .mapPanel {
	position:absolute;
	border:1px solid #636563;
	background-color:#1E3247;
	white-space:nowrap;
	width:734px;
	left:2px;
	top:404px;
}

#mapSection .mapPanel #mapSpawnsCounter {
	border:1px solid #636563;
	padding:1px;
	font-size:10px;
}