/* div with the gallery inside */
#ext-thumbnails {
    height: 590px;
    text-align: center;
    margin: 0 20px;
    border: 1px solid #333;
    width: 510px;
    padding: 5px;
    background-color: #eee;
}
/* div around the imgs */
.carouselWrapper {
}
/* single thumbnail */
.thumbnail {
    border: 7px solid #EAEAEA;
    height: 101px;
    left: 0pt;
    margin-left: 0px !important;
	margin-bottom: 7px;
	margin-right: 7px;
    padding: 0pt;
    position: relative;
    top: 0pt;
    width: 128px !important;
	height: 100px !important;
	float: left;
	cursor: pointer;
}
/* label = title of an image */
.label {
    font-weight: bold;
}
/* number of the image */
.number {
    font-weight: normal;
    font-style: italic;
}

