/* div with the gallery inside */
#ext-thumbnails{
/*   height:590px; */
  text-align:center;
  margin: 2px;
/*   border:1px solid #333; */
  width:545px;
  padding:2px;
  background-color:#CEC7C6;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:1px;
/*   border:1px solid #ccc; */
  background:#CEC7C6;
  margin:1px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
display: none;
}
