/* div with the gallery inside */


/* div around the imgs */
.carouselWrapper{
	margin:0;
	padding:0;


}

.carouselInner { 
	margin:0;
}

/* single thumbnail */
.thumbnail{
  float:left;
  margin:0;
  padding:0;

}

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

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

