#map_new{
	position: absolute; 
	z-index: 3000; 
	overflow: hidden; 
	opacity: 1; 
	cursor: default;  
	width: 100%; 
	bottom: 0px; 
	display: none;
}

#map_wrapper{
	position: relative; 
	z-index: 3000; 
	height: 24px; 
	width: 100%; 
	bottom: -24px;	
}

#map_line{
	position: relative; 
	z-index: 3000; 
	background-color: #000000; 
	height: 2px; 
	width: 100%; 
	bottom: 0;	
}

#map_move_icon {
	position: relative; 
	z-index: 3001; 
	overflow: visible; 
	background-image: url(skin/normal.svg); 
	height: 24px; 
	width: 24px; 
	top: 13px; 
	left: 50%; 
	cursor: move;
}
#map_move_icon:hover {
	background-image: url(skin/hover.svg); 
}