/* div with the gallery inside */
#ext-thumbnails {
  height: auto;
  text-align:center;
  margin: 20px auto auto auto;
  border: none;
  width: 340px;
  padding: 0px;
  background-color: transparent;
}
/* div around the imgs */
.carouselWrapper {

}
/* single thumbnail */
.thumbnail{
  float: left;
  padding: 1px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  cursor: help;
  margin: 0px 0px 10px 0px;
}
/* label = title of an image */
.label {

}
/* number of the image */
.number {

}




