/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:550px;
	height:403px;
	background:url(/graphics/railay-map.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border:#999 1px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:110px;
	padding:4px;
	border:#FFA35F 2px solid;
	background:#FFF6CF;
	color:#333;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:middle;
	border:#666 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(/graphics/point.gif) no-repeat;
	width:7px;
	height:7px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(/graphics/point-hover.gif) no-repeat;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR RAILAY MAP POINTS */
dl.map.on a#railaybay {
	top:170px;
	left:225px;
}
dl.map.on a#sandsea {
	top:160px;
	left:240px;
}
dl.map.on a#railayvillage {
	top:150px;
	left:238px;
}
dl.map.on a#railayprincess {
	top:160px;
	left:295px;
}
dl.map.on a#sunrise {
	top:180px;
	left:345px;
}
dl.map.on a#mtnview {
	top:95px;
	left:160px;
}
dl.map.on a#tonsaibay {
	top:110px;
	left:195px;
}
dl.map.on a#countryside {
	top:93px;
	left:190px;
}
