/* div with the gallery inside */
#ext-thumbnails{
  /*height:220px;*/
  text-align:center;
  margin:0;
  margin-bottom:10px;
  border:1px solid #333;
  width:500px;
  padding:5px;
  background-color:#eee;
}

/* div around the imgs */
.carouselWrapper {

}

.carouselInner {

}

/* single thumbnail */
.thumbnail{
  float:none;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin-left:12px;
  margin-bottom:6px;
  display:inline;
  
}
div > .thumbnail {display:-moz-inline-box;}

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

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

