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

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

#parkMap a#reception {left: 565px; top: 266px;}
#parkMap a#laundrette {left: 440px; top: 192px;}
#parkMap a#bungalow {left: 406px; top: 40px;}
#parkMap a#sundowner {left: 117px; top: 87px;}

#parkMap a#beach1 {left: 133px; top: -24px;}
#parkMap a#beach2 {left: 242px; top: -74px;}
#parkMap a#carpark {left: 265px; top: 1px;}
#parkMap a#playarea {left: 248px; top: -55px;}
#parkMap a#exit {left: 375px; top: 200px;}
#parkMap a#entrance {left: 555px; top: 147px;}

#parkMap .mapCopy {
	display: none;
	font-size: 12pt;
	width: 216px;
	height: 129px;
	overflow: hidden;
	position: relative;
	left: 454px;
	top: -160px;
	color: #FFF;
}

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

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

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