/* div with the gallery inside */
#externalthumbs{
	float: left;
  	height: auto;
  	min-height: 150px;
  	margin-top: 10px;
	margin-bottom: 20px;
	width: 600px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
   	text-align: left;
	background-color: #eee;
	display: block;
}

/* div around the imgs */
.carouselWrapper {
  	width: 460px;
  	height: 100%;
  	text-align: center;
  	padding-left: 5px;
}

/* single thumbnail */
.thumbnail{
  	width: 100px;
  	height: 70px;	
	text-align: center;
  	float: left;
  	padding: 0px;
  	margin: 0px;
}

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

/* number of the image */
.number {
	display: none;
}

.carouselInner {
  	width: 600px;
  	height: auto;
   	text-align: center;
}
 
.carouselInner .thumbnail {
  	float: left;
  	padding: 0px;
	margin: 0;
   	text-align: center;
}
