/* div with the gallery inside */
#externalthumbs {
  float:left;
  height:300px;
  width:200px;
  margin:0px;
  border: 0px; 
  padding:5px;
}

/* div around the imgs */
.carouselWrapper {
}

.carouselInner {
	position:relative;
	left:20px;
	top:3px;
}

/* single thumbnail */
.thumbnail {
  float:left; 
  padding:5px;
  border:1px solid #684113;
  background:#ffffff;
  margin: 5px;
}

/* label = title of an image */
.label {
  display:none;
}

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