.esriBasemapGallery {
}

.esriBasemapGalleryNode {
  float: left;
  margin: 10px 20px 10px 20px;
  width: 100px;
  margin:5px 10px 0 10px;
}
  
.esriBasemapGalleryLabelContainer {
  background-color: transparent;
  text-align: center;
  width: 100%;
  height: 2.5em;
  overflow: hidden;
  display: block;
}
  
.esriBasemapGalleryThumbnail {
  height: 67px;
  width: 100px;
  border: 1px solid #fff;
  margin: 1px;
  -moz-box-shadow: 0px 0px 7px #000;
  -webkit-box-shadow: 0px 0px 7px #000;
  box-shadow: 0px 0px 7px #000;
}

.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
  border: 2px solid #F99;
  margin: 0;
}

.esriBasemapGalleryMessage {
}

