#mapSection { margin-bottom:10px;}

#mapSection .mapContainer {
	border:1px solid #CBCBCB;
	width:740px;
	height:432px;
	position:relative;
}

#mapSection #smallMapContainer {
	width:283px;
	height:400px;
	border:1px solid #CBCBCB;
	position:absolute;
	top:1px;
	left:1px;
}

#mapSection #smallMapContainer #smallMap {
	position:absolute;
	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 #CBCBCB;
	top:1px;
	left:287px;
	overflow:hidden;
}

#mapSection #bigMapContainer #bigMap {
	position:absolute;
	width:1781px;
	height:2520px;
}

#mapSection .mapPanel {
	position:absolute;
	border:1px solid #CBCBCB;
	white-space:nowrap;
	width:734px;
	left:2px;
	top:404px;
}

#mapSection .mapPanel #mapSpawnsCounter {
	border:1px solid #CBCBCB;
	padding:1px;
	font-size:10px;
}