/********** FLOATING **********/
#floating_map{ behavior: none; border: thin solid #cacaca; margin: 0 auto; margin-top: -340px; margin-left: 450px; background: #fff url('/images/line-background.jpg') no-repeat; position: absolute; top: 300px; left: 300px; padding: 0 20px; width: 450px; height: 520px; z-index: 10; }
#floating_map p{  }
#floating_map div{ behavior: none; }
#floating_map #map{ behavior: none; padding:0; margin: 15px 5px; width: 440px; height: 350px;}
#floating_map #map img{ behavior: none }
#floating_map img{ behavior: none }
#floating_map_hide{
	float: right;
	width: 16px;
	height: 16px;
	/*margin-right: -200px;*/
	border: thin solid red;
}
span.expand{
	display: block;
	width: 10px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: thin solid #eaeaea;
	float: left;
	cursor: pointer;
}

