.leaflet-switcher {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-switcher a,
.leaflet-switcher a:hover {
	background-color: #fff;
	border-right: 1px solid #ccc;
	width: 60px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-switcher a {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: inline-block;
	}
.leaflet-switcher a:hover, .leaflet-switcher a.leaflet-switcher-active {
	background-color: #f4f4f4;
	}
.leaflet-switcher a:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
.leaflet-switcher a:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: none;
	}
.leaflet-switcher a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
