/* div with the gallery inside */
#ext-thumbnails{
  height:150px;
  text-align:center;
  margin:0;
  
  width:100%;
  padding:0px;
  background-color:#fff;
  	border-top: 1px solid #999;
  	border-left: 1px solid #999;
  	border-right: 1px solid #999;
  	  
}

/* div around the imgs */
.carouselWrapper {
	
	float: left;
	padding-left: 0px;
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  
  background:#fff;
  margin:0px;
}

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

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}












/* original:
.tx-rgsmoothgallery-pi1 {
  float:left;
}

#externalthumbs {
  float:left;
  width:200px;
}

#externalthumbs .label {
  display:none;
}
.carouselInner {
  width:205px;
}

.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}
*/