.BasemapToggle .toggleButton {
  padding: 1px;
  background: #fff;
  border: 1px solid #57585A;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.BasemapToggle .basemapImage {
  width: 75px;
  height: 75px;
  overflow: hidden;
}
.BasemapToggle .basemapImage .basemapBG {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.BasemapToggle .basemapImageContainer {
  position: relative;
}
.BasemapToggle .basemapTitle {
  position: absolute;
  z-index: 2;
  bottom: 0;
  *bottom: 2px;
  width: 90%;
  color: #4C4C4C;
  margin: 0;
  font-size: 10px;
  line-height: 12px;
  display: block;
  padding: 2px 5%;
  background: #fff;
  background: rgba(255, 255, 255, 0.80);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: center;
}