#show_map img {
  	position: relative;
  	width: 213px;
  	height: 213px;
  	float: left;
	margin-left: 12px;
    margin-right: 12px;
    margin-top: 14px;
	padding: 0;
}
#bao_map {
	position: absolute;
	left : -10000px;
}
#mapcontainerg {
  	position: relative;
  	width: 850px;
  	height: 488px;
  	float: left;
	padding: 0;
}
.map_header {
    background: url("/images/themes/config_theme_header.gif") repeat-y scroll center center transparent;
    height: 32px;
    width: 850px;
}
.title_map {
    color: #344049;
    float: left;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    line-height : 34px;
    height: 32px;
    padding-left: 60px;
    text-align: center;
    width: 730px;
}
#map {
  width: 850px;
  height: 488px;
  border: 0;
  position: absolute;
}
.info_window_content {
    overflow-y:auto;
}