/* div with the gallery inside */
#ext-thumbnails {
	margin: 20px 0;
	padding: 4px;
	text-align: center;
	width: 100%;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail {
	background: #fff;
	border: 1px solid #cc9;
	float: left;
	margin: 4px;
	padding: 4px;
}

/* label = title of an image */
.label {
	display: none;
	font-weight: bold;
}

/* number of the image */
.number {
	display: none;
	font-style: italic;
	font-weight: normal;
}
