/* div with the gallery inside */
div.ext-thumbnails{
	height:400px;
	clear:both;
	min-HEIGHT:83px;
	MARGIN:0 AUTO 0 AUTO;
	text-align:center;
	width:500px;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
