/* div with the gallery inside */
#ext-thumbnails{
  height:500px;
  text-align:left;
  margin:0 20px;
  border:1px solid #000;
  width:365px;
  padding:5px;
  background-color:#333333;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:2px;
  border:1px solid #000;
  background:#666666;
  margin:3px;
  align:center;
}

/* label = title of an image */
.label {
  font-weight:bold;
  font-size: 9px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  font-size: 9px;
}
