/* div with the gallery inside */
#externalthumbs {
  text-align:center;
  margin: 5px 0 40px 0;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
#externalthumbs .thumbnail{
  float:left;
  padding:2px;
  background:#fff;
  margin:5px;
}

/* label = title of an image */
#externalthumbs .label {
  font-weight:bold;
  display: none;
}

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

