/* div with the gallery inside */
#ext-thumbnails{
  height:590px;
  text-align:center;
  margin:0 20px;
  border:1px solid #333;
  width:510px;
  padding:5px;
  background-color:#eee;
}

/* div around the imgs */
.carouselWrapper {
  margin:0px 0px 0px 4px;
}
*html .carouselWrapper {
  margin:0px 0px 0px 5px;
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:0px 6px 6px 0px;
}
*html .thumbnail{
  margin:0px 4px 6px 0px;
}
/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
