/* div with the gallery inside */
#ext-thumbnails{
/*  height:590px;*/
  text-align:center;
  float:center;
  margin-top:20px;
  border:1px solid #E3CDA8;
  width:540px;
  padding:5px;
  background-color:#EDDEC8;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #E3CDA8;
  background:#fff;
  margin:5px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
