/* div with the gallery inside */
#ext-thumbnails{
  position: relative;
  top: 0;
  left: -1px;
  margin: 0;  
  padding: 0;
  float: left;
  overflow: hidden;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding: 0;
  margin-bottom: 1px; 
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  display: hidden;
}
