/* div with the gallery inside */
#ext-thumbnails{
  /*height:120px;
  text-align:center;
  margin:0px;
  width:510px;
  padding:0px;
  background-color:#4c3e3d;
  display:block;*/
}

/* div around the imgs */
.carouselWrapper {
 
}

.carouselInner {
}

/* single thumbnail */
.thumbnail{
  position:relative;
  float:left;
  /*padding:1px;*/
  border:1px solid #585252;
  background:#585252;
  margin:9px;
  margin-top:18px;
  margin-bottom:0px;
  height:57px;
  width:57px;
}

/* label = title of an image */
.label {
  margin: 0px;
  border: 0px;
  padding: 0px;
  clear: both;
  line-height: 0;
  display: block;
  color:#4c3e3d;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
