#parkMap {
	width: 690px;
	height: 430px;
	background-image: url(../img/map.jpg);
	position: relative;	
}

#parkMap a {
	text-decoration: none;
	border: none;
	display: block;
	width: 10px;
	height: 15px;
	position: absolute;
	border: 1px solid transparent;
}

#parkMap a#reception {left: 530px; top: 301px;}
#parkMap a#laundrette {left: 406px; top: 244px;}
#parkMap a#bungalow {left: 370px; top: 108px;}
#parkMap a#sundowner {left: 77px; top: 175px;}

#parkMap a#beach1 {left: 206px; top: 44px;}
#parkMap a#beach2 {left: 95px; top: 78px;}
#parkMap a#carpark {left: 229px; top: 134px;}
#parkMap a#playarea {left: 77px; top: 138px;}
#parkMap a#exit {left: 339px; top: 370px;}
#parkMap a#entrance {left: 520px; top: 335px;}

#parkMap .mapCopy {
	display: none;
	font-size: 12pt;
	width: 216px;
	height: 129px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 0px;
	color: #000;
}

#parkMap .mapCopy li {color: #000; font-size: 10pt; margin-left: 5px;}

#parkMap .mapCopy.small {
	padding-top: 50px;
	text-align: center;
	margin-left: -4px;
}

#parkMap #defaultCopy.mapCopy {
	display: block;
}

