.tx-rgsmoothgallery-pi1 {
  margin-left: 48px;
  margin-bottom: 18px;
}


/* div with the gallery inside */
#ext-thumbnails{
  text-align:center;
  margin:0 20px;
  padding:5px;
}


/* 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 {
  display:none;
/*
  font-weight:normal;
  font-style:italic;
*/
}


