/* div with the gallery inside */
#ext-thumbnails{
  height:100%;
  text-align:left;
  margin:0 0px;
  border:none;
  width:430px;
  padding:0px;
  background-colortransparent;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  background:#fff;
  margin:0px;
  border-bottom:5px solid #ffffff;
  border-right:5px solid #ffffff;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

