/*地图使用*/
.dot {
	background:url(/images/cityDot.gif) no-repeat 0px 0px;
	height:9px;
	width:9px;
	cursor:pointer;
	position:absolute;
	z-index:5;
	}
a.dot {
	display:block;
	background:url(/images/cityDot.gif) no-repeat 0px 0px;
	height:9px;
	width:9px;
	cursor:pointer;
	position:absolute;
	z-index:5;
	}
#ro {
	text-align:left;
	position:absolute;
	z-index:16;
	display:block;
	height:18px;
	}
#ro_content {
	background-color:#F3F4DA;
	border:1px solid #999;
	white-space:nowrap;
	padding-top:2px;
	padding-right:4px;
	padding-bottom:2px;
	padding-left:6px;
	}
#ro_ptr {
	position:relative;
	background:url(/images/ro_ptr_s.gif) no-repeat;
	height:4px; 
	width:5px;
	margin-left:0px;
	}
.alSchoolName {
	display:block;
}

