/*div with the gallery inside*/
#ext-thumbnails
{
	/*[disabled]text-align:center;*/
	/*[disabled]margin:0 20px;*/
	/*[disabled]padding:5px;*/
}
/*div around the imgs*/
.carouselWrapper
{
}
/*single thumbnail*/
.thumbnail
{
	float: left;
	padding: 4px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 4px;
}
/*label = title of an image*/
.label
{
	font-weight: bold;
}
/*number of the image*/
.number
{
	font-weight: normal;
	font-style: italic;
}

