/* div with the gallery inside */
#ext-thumbnails{
  vertical-align: top;
  height:1500px;
  text-align:left;
  margin:0 0px;
  border:0px solid #333;
  width:510px;
  padding:5px;
}

/* div around the imgs */
.carouselWrapper {


}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
}

/* label = title of an image */
.label {
  font-weight:bold;
  display: none;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  display: none;
}
