@charset "utf-8";
/* CSS Document */
#mapMenu {
	z-index:99;
	position: absolute;
	margin-top:-120px;
	height:60px;
	
}
#horizontal_slide {
	height:60px;
	padding:10px;
	font-size:10px;
	background: rgba(255, 255, 255, 0.8);
}
#map {
}
.marginbottom {
	z-index:99;
	position:absolute;
	margin-top:-155px;
	height:15px;
	padding:10px;
	width:130px;
	background: rgba(255, 255, 255, 0.8);
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius:3px;
    -moz-border-radius-topright :3px;
	-webkit-border-top-right-radius:3px;
}

