#map_new{
	position: absolute; 
	z-index: 3000; 
	overflow: visible; 
	opacity: 1; 
	cursor: default;  
	width: 100%; 
	bottom: 0px; 
	display: none;
}

#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); 
}

#map_hide {
	position: absolute; 
	z-index: 3002; 
	overflow: visible; 
	background-image: url(../skin/exit.svg); 
	height: 24px; 
	width: 24px; 
	top: -2px; 
	right:2px;
	cursor: pointer;
}
#map_hide:hover {
	background-image: url(../skin/exit_hover.svg); 
}