/* div with the gallery inside */
#ext-thumbnails{
  text-align:		center;
  margin:			0px;
  border:			none;
  width:			380px;
  padding:			0px;
  background-color:	#FFFFFF;
}

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

/* single thumbnail */
.thumbnail {
  float:			left;
  padding:			0px;
  border:			none;
  background:		#fff;
  margin:			0px;
  padding: 0px;

}

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

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

