/* div with the gallery inside */
#externalthumbs{
  height:100px;
  margin:0;
  padding:5px;
  
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px 4px 4px 0;
  border:1px solid #ccc;
  background:#fff;
  margin:15px 10px 5px 0;

}

/* label = title of an image */
.label {
  font-weight:bold;
  display: none;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

