/* div with the gallery inside */
#externalthumbs{
   float:left;
}

#externalthumbs .label {
  display:none;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
}

