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

