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