/* div with the gallery inside */
#externalthumbs {
  text-align:center;
  width:250px;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding-top:5px;
  padding-right:5px;
  margin-top:10px;
/*  border:1px solid #ccc; */
}

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

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

