/* map */
#map_img_id, #map_scale_img_id {
	visibility: hidden;
}
#map_small_img_id {
	visibility: hidden;
	border: 1px solid #000;
}
#map_small_img {
	position: absolute;
	margin-top: -73px;
}
#map_zoom_size
{
	position: absolute; 
	margin-top: -710px;
	margin-left: 5px;
	
}
#map_control
{
	position: absolute; 
	margin-top: -710px;
	margin-left: 37px;
}
#map_control img {margin:0px}
#request_container {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
#request_active {
	display: none;
	position: absolute;	
/*	margin-top: 344px;
	margin-left: 390px;*/
	z-index: 2;
}
#map_mirror_div_id {
	display: none;
	position:absolute;

	overflow:hidden;


}
#map_mirror_id {
	position: absolute;
	display: block;
}
img.map_zoom_size {
	margin: 0px;
	padding: 0px;
}
#zoom_size_p, #zoom_size_m {
	margin-left: 0px;
	width:28px
}
/* /map */
/* slide */
#d_offset, #d_val {
	display: none;
}
#slide_bg {
	position: relative;
	background: url(../images/map_img/zoom_size.gif) 0px no-repeat;
	height: 280px;
	width: 28px; 
	/*margin-left: 3px;*/
}
/*#demo {z-index:10}*/
#slide_thumb {
	cursor: default;
	position: absolute;
	top: 230px;
}
/* /slide */
/* object */
#map_objects
{
	display: block;
/*	position: absolute;*/
	position: relative;
	
}
#map_container_id {
	border: 1px solid #4371A1;
	height: 713px;
	width: 999px;
	margin:0px;
	padding:0px
}
#object_id {
	position: relative;
	text-align: center;
	color: #fff;
	cursor: move;
	height: 32px;
	width: 32px;
	padding: 0;
	margin: 0;
	top: -713px;
}
/* /object */


