/* div with the gallery inside */
#ext-thumbnails{
  margin:0;
  /* soll zentrieren: */
  margin:0 auto;
  border:none;
  width:auto;
  width:528px;
  padding:0;

}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  background:#fff;
  margin:0;
  width:60px;
}
.imageElement {
	border:none;
}

/* label = title of an image */
.label {
  font-weight:bold;
  height:12px;
  visibility:hidden;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

