
.mask {
	z-index:1000;
	position:absolute;
}

.map-container {
  height: 580px;
  width: 520px;
  float: left;
  position:relative;
}

.map-container #map {
  height: 580px;
}

.map-bubble {
  font-size: 10px;
  margin-right: 10px;
}

.map-bubble .title {
  padding: 3px;
  margin-bottom: 5px;
  width:270px;
}

.map-bubble-cyan .title {
  background-color: #44cefd;
}

.map-bubble-1 .title {
  background-color: #ff8800;
  color: white;
}

.map-bubble-2 .title {
  background-color: #388bf2;
  color: white;
}

.map-bubble-3 .title {
  background-color: #46cdff;
}

.map-bubble-4 .title {
  background-color: #ce37fe;
  color: white;
}

.map-bubble-5 .title {
  background-color: #cce502;
}

.map-bubble-6 .title {
  background-color: #f2060a;
  color: white;
}

.map-bubble-7 .title {
  background-color: #fccb0f;
}

.map-bubble-8 .title {
  background-color: #56daa9;
}

.map-bubble-9 .title {
  background-color: #4fde74;
}

.map-bubble .content {
  height: 145px;
  overflow: hidden;
  clear: both;
}

.map-bubble .content p {
  margin: 5px 0;
  color: #666666;
}

.map-bubble .content p.intro {
  margin: 0 0 5px 0;
  color: black;
}

.map-bubble .content img.photo {
  float: left;
  margin: 0 10px 10px 0;
}

.map-links {
  float: right;
  margin-left: 6px;
  width:160px;
}

.map-links-2 {
  float: right;
  padding:0px 7px 0px 0px;
}

.map_select_box {
    background: url('/images/community/map/select_bg.gif') no-repeat; 
	padding: 40px 0 14px 14px;
	height:320px;
}

.map_select_box p {
    margin: 4px 0 6px 0;
}