/* div with the gallery inside */

#ext-thumbnails{

  text-align:left;

  margin:0px;

  border:none;

  width:464px;

  padding:0px;

}



/* div around the imgs */

.carouselWrapper {

  padding:0px;

}



/* single thumbnail */

.thumbnail{

  float:left;

  padding:2px;

  border:1px solid #ccc;

  /*background:#fff;*/

  margin:2px;

}



/* label = title of an image */

.label {

  font-weight:bold;

}



/* number of the image */

.number {

  font-weight:normal;

  font-style:italic;

}


