﻿*{margin:0px; padding:0px;}
#allmap {
	overflow: hidden;
	text-align: left;
	z-index: 0;
	margin:0px auto; 
	width:100%;
	min-height:400px;
}
.house-tips {
	position: absolute;
}
.house-tips .trigger {
	height: 26px;
	line-height: 26px;
	font-size: 0;
	background-color: #53b50a;
	border-radius: 2px;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	white-space: nowrap;
}
.house-tips .trigger .left {
	position: relative;
	color: #fff;
	padding: 0 7px;
}
.house-tips .trigger span {
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
.house-tips .trigger .center {
	padding: 0 8px;
	background-color: #fff;
}
div.house-tips .arrow {
	position: absolute;
	left: 50%;
	bottom: -4px;
	margin-left: -4px;
	width: 8px;
	height: 4px;
	background: url("/images/map-icons.png") no-repeat -461px -70px;
	display: block;
	line-height: 0;
	overflow: hidden;
}
div.house-tips .cur {
	background-color: #f91;
}
div.house-tips .on {
	background-color: #f91;
}
div.house-tips i.arrow_cur {
	background-position: -461px -76px;
}
div.house-tips i.arrow_on {
	background-position: -461px -76px;
}
