﻿/*.Basemap_icon
{
  background-image: url(Basemap.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 30px;
  text-align: center;
}*/
.Basemap_Gallery{
    overflow:auto;
    width:100%;
    text-align: center;
}

.Basemap_label
{
  /*margin-top: 10px;
  font-size: 10px;*/
}

.Basemap_titolo
{
  /*font-size: 14px;
  font-weight: bold;*/
}

div.thumbScroller
{
  /*height: 85% !important;*/
}



.Basemap_thumbnail {
    position:relative;
    overflow:hidden;
}
 
.Basemap_caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(90, 90, 90, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}

.Basemap_Gallery_img-thumbnail_select {
    border: solid;
    border-color: red;
    border-width: 2px;
}

 