/* div with the gallery inside */
#ext-thumbnails{
  height:590px;
  text-align:center;
  margin:0 20px;
  width: 190px;
  padding:0 px;
  background-color:# fff;
}

/* div around the imgs */
.carouselWrapper {
  text-align:center;
  margin:0 0px;
  width: 230px;
  padding:0 px;
  background-color:# fff;
}

/* single thumbnail */
.thumbnail {
  float:left;
  padding: 0px;
  margin: 0px 5px 5px 0px;
  cursor: pointer;
  background:#fff;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
