/* div with the gallery inside */
#ext-thumbnails{
  height:50px;
  text-align:center;
  color: #fff;
  margin-left: 242px;
  border:0px solid #fff;
  width:800px;
  padding:20px;
  background-color:#191919;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  height: 50px;
  width: 150px;
  border:0px solid #777263;
  background:#191919;
  margin:12px;
}

/* label = title of an image */

.label {
  font-weight:bold;
  height: 0px;
}


/* number of the image */

.number {
  font-weight:normal;
  font-size: 0pt;
  font-style:italic;
  height: 0px;
}


#ext-thumbnails p {
  height: 0px;
  margin: 0px;
  padding: 0px;
}
