@charset "utf-8";
/* CSS Document */

/* div with the gallery inside */
#ext-thumbnails{
/*  height:590px; */
  text-align:center;
  margin:0px;
  width:200px;
  padding:2px;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:3px;
  border:1px solid #ccc;
  background:#fff;
  margin:1px;
  margin-left:0px;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

