/* div with the gallery inside */
#ext-thumbnails{
  height:590px;
  text-align:left;
  margin:0 0px;
  border:0px solid #333;
  width:580px;
  padding:0px;
  background-color:transparent;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding-right:2px;
  border:0px solid #ccc;
  background:transparent;
  margin:0px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
