
#externalthumbs {
  /* height: 500px; */
  padding:20px 7px 10px 7px;

 
}

/* div around the imgs */
.carouselWrapper {
  width: 100%;
}

/* single thumbnail */
.thumbnail{
  float:left;

  border:1px solid #ccc;
  background:#fff;
  /*
  padding:4px;
  margin:5px;
  */
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
