/* div with the gallery inside */
#ext-thumbnails{
  height:30px;
  text-align:center;
  margin:0 2px ! important;
  border:1px solid #333;
  width:268px;
  padding:0px;
  background-color:#eee;
}

/* div around the imgs */
.carouselWrapper {
background-color: Lime;
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:1px ! important;
  border:1px solid #993300 ! important;
  background:#dbe1e8;
  margin:0 12px 0 0 ! important;
  width: 17px ! important;
  height: 17px ! important;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  display: none;
}
