/* div with the gallery inside */
#ext-thumbnails{
  
  width:100%;
  margin:0;

  
  
  padding:0px;
  background-color:#fff;
}

/* div around the imgs */
.carouselWrapper {
padding-left:0px;
}

/* single thumbnail */
.thumbnail {
  float:left;
  padding:4px;
  
  border:1px solid #ccc;
  background:#fff;
  margin-left:8px!important;margin-right:7px;margin-bottom:15px;
  cursor: pointer;
  
}

.thumbnail:Hover{
background:#ffb400;
border:1px solid #efb400;
}

/* label = title of an image */
.label {
  font-weight:bold;
  visibility:hidden;
  height:5px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

