/* div with the gallery inside */
#thumbnails{
  height:590px;
  margin:0px;
  padding:0px;
  width:175px;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  margin:3px;
  margin-bottom:5px;
  padding-right:5px;
}

/* label = title of an image */
.label {
  font-weight:bold;
  display:none;
}

/* number of the image */
.number {
display:none;
}

.tx-rgsmoothgallery-pi1 {
  margin:auto;
  background:#DEE2E3;
	padding: 2px 2px;
	margin-top:10px;
}

