.tx-rgsmoothgallery-pi1 {
  float:left;
}

#externalthumbs {
  float:left;
  width:300px;
  margin-left:20px;
}

/* label = title of an image */
.label {
  font-size:12px;
  display:block;
  height:30px;
  margin-left:20px;
  background-color:white;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  background-color:white;
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
} 

.carouselInner {
  width:205px;
}

.carouselInner .thumbnail {
  float:left;
  padding-bottom:10px;
}
