/* div with the gallery inside */
#externalthumbs{
  float:left;
  text-align:center;
  margin:0 20px;
  padding:5px;
  width:300px;
  height:300px;
  overflow:auto;
}

/* div around the imgs */
.carouselWrapper {
	height:100%;
	width:90%;	
	margin:1px;
}

/* single thumbnail */
.thumbnail{
  float:right;
  padding:4px;
  border:1px solid #fff;
  margin:5px;
}

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

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

