/* div with the gallery inside */
#ext-thumbnails{
/*  height:590px; */
  min-height:500px;
  height:100%;
  text-align:center;
  margin:0 0px;
  border:1px solid #333;
  width:500px;
  padding:5px;
  background-color:#eee;
}

* html #ext-thumbnails { height:100%; } /* nur für IE 5.5 - 6.x */
html + body #ext-thumbnails { height:100%; } /* nur vom IE 5.0 */

/* 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;
}
