.BasemapToggle .toggleButton {
	padding:1px;
	background:#666;
	background:rgba(102,102,102,0.80);
	background:#fff;
	border:1px solid #666;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:pointer;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;
	border-radius:1px;
}

.BasemapToggle .basemapImage {
	width:60px;
	height:60px;
	overflow:hidden;
}

.BasemapToggle .basemapImage img {
	max-width:100%;
	max-height:100%;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
}

.BasemapToggle .basemapTitle {
	color:#666;
	margin:1px 0 0;
	font-size:11px;
	line-height:16px;
	height:16px;
	display:block;
	padding:0;
	text-align:center;
	text-transform:capitalize;
	width:60px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}