/* div with the gallery inside */
#ext-thumbnails{
  text-align:right;
  width:750px;
  padding:1px;
  background-color:#fff;
}

/* div around the imgs */
.carouselWrapper {
 float: right;
}

/* single thumbnail */
.thumbnail{
  float:left;
  height: 33px;
  padding:0px;
  background:#fff;
  margin:0px;
}

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

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