/* div with the gallery inside */
#ext-thumbnails{
  text-align:left;
  margin:0px;
  width:400px;
  padding:0px;
  float:right;
}

.tx-rgsmoothgallery-pi1 {margin-top:3px;}
.rgsgcontent {}
.myGallery {}
.GalerieBox {padding-top:20px;}

/* div around the imgs */
.carouselWrapper {
border:0px solid green !important;
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:3px;
  border:0px solid red;
  background:#fff;
  margin:4px 0px;
  cursor:pointer;
}

/* label = title of an image */
.label {
  font-weight:bold;
  display:none;
  border:1px solid blue !important;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  border:1px solid yellow !important;
}

