#mapholder {
	position: relative;
	width: 460px;
	height: 600px;
	background: url(../img/map_pearl.gif);
	margin: 0;
	padding: 0;
	}

#pearlmap {
	position: absolute;
	top: 0;
	left: 0;
}

#pmap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 460px;
	height: 600px;
	margin: 0;
	padding: 0;
	}

#pmap li {margin: 0; padding: 0; list-style: none; display: block; width:29px; height: 29px; position: absolute; text-indent: -9999px; background: transparent url(../img/map_buttons.gif) 0px 0px no-repeat; }
#pmap li a {display: block; height: 29px; }

#pmap li.hh { height: 15px; background: transparent url(../img/map_buttons_h.gif) 0px 0px no-repeat; }
#pmap li.hh a { height: 15px; }

#pmap li.hq { height: 13px; width: 13px; background: transparent url(../img/map_buttons_q.gif) 0px 0px no-repeat; }
#pmap li.hq a { height: 13px; }

#pmap li.hv { width: 16px; background: transparent url(../img/map_buttons_v.gif) 0px 0px no-repeat; }

#pmap li.bh { width: 41px; background: transparent url(../img/map_buttons_d.gif) 0px 0px no-repeat; }

#rolltipDiv {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100px;
	padding: 3px;
	font-size: 10px;
	background-color: #dee7f7;
	border: 1px solid #336;
	}


.tipClass {
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	border: 1px solid #666;
	background: #FFC;
	padding: 5px;
	white-space: nowrap;
	text-align: left;
	}