/* div with the gallery inside */
#ext-thumbnails{
  text-align:center;
  margin:0px;
  width:240px;
  height:240px;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  width:80px;
  height:60px;
  border:1px solid silver;
  background:#fff;
  margin:1px;
}

/* label = title of an image */
.label
{
    font-weight: normal;
    font-size: 0.75em;
    display:none;
}

/* number of the image */
.number {
  font-weight:bold;
  font-size:1em;
    display:none;
}

