/* div with the gallery inside */
#externalthumbs{
  margin:4px 0 0 0;
  text-align:right;
  width:730px;
  margin-left:0px;
  padding-top:0px;
  background:transparent;
  /* border-top:1px solid #2F2F2F; */
}

/* div around the imgs */
.carouselWrapper {
  height:60px;
  padding:6px 0 5px 0;
}

/* single thumbnail */
.thumbnail{
  float:left;
  border:1px solid #4F4F4F;
  background:transparent;
  margin:5px 0 0 0;   
}

/* label = title of an image */
.label {
  display:none;
}

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