/* CSS Document */

/* div with the gallery inside */
	#externalthumbs {
	margin-top:10px;
	width:500px;
	}

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

.carouselInner {
margin-left: 5px;
margin-right: 2px;
}
/* single thumbnail */
.thumbnail{
  float:left;
  border:1px solid #ccc;
  background:#000;
  margin-left:3px;
  margin-right:3px;
  margin-top:3px;
  margin-bottom:0px;
  }

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

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