ul#continents {
	list-style: none;
	background: url(../images/map2.png) no-repeat 0 0;
	position: relative;
	width: 580px;
	height: 320px;	
	margin: 0;
	padding: 0;
}

ul#continents li {
	position: absolute;
}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

#ameryka-polnocna {
	width: 227px;
	height: 142px;
	top: 2px;
	left: 0px;
}

#ameryka-poludniowa {
	width: 108px;
	height: 130px;
	top: 131px;
	left: 76px;
}

#afryka {
	width: 120px;
	height: 140px;
	top: 83px;
	left: 209px;
}

#europa {
	width: 120px;
	height: 84px;
	top: 1px;
	left: 211px;
}

#azja {
	width: 215px;
	height: 175px;
	top: 1px;
	left: 283px;
}

#australia-i-oceania {
	width: 114px;
	height: 95px;
	top: 152px;
	left: 432px;
}
#antarktyda {
	width: 400px;
	height: 43px;
	top: 270px;
	left: 60px;
}
ul#continents li a:hover {
	background: url(../images/map2.png) no-repeat 0 0;
}

ul#continents li#ameryka-polnocna a:hover {
	background-position: 0 -370px;
}
ul#continents li#antarktyda a:hover {
	background-position: -61px -669px;
}

ul#continents li#ameryka-poludniowa a:hover {
	background-position: -226px -373px;
}

ul#continents li#afryka a:hover {
	background-position: -209px -517px;
}

ul#continents li#europa a:hover {
	background-position: -22px -527px;
}

ul#continents li#azja a:hover {
	background-position: -363px -368px;
}

ul#continents li#australia-i-oceania a:hover {
	background-position: -412px -555px;
}

ul#continents li a span {
	display: none;
}

ul#continents li a:hover span {
	display: block;
}

ul#continents li a:hover span {
	display: block;
	padding: 5px;
	width: 150px;
	background: #000;
	position: relative;
	top: 50%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: .75;
	filter:alpha(opacity=75);
	color: #FFF;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}