/* div with the gallery inside */
#ext-thumbnails{
  height: 375px;
  text-align: center;
  width: 100%;
  padding: 10px 2px;
  background-color: #eee;
}

/* div around the imgs */
.carouselWrapper {

}


/* single thumbnail */
.thumbnail{
  float: left;
  width: 140px;
  height: 105px;
  padding: 3px;
  border: 2px solid #ccc;
  background: #fff;
  margin: 4px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

