/* div with the gallery inside */


.tx-rgsmoothgallery-pi1 {
  float:left;
}

#externalthumbs{
	margin-left:0px;
	width:600px;
	background-color:#FFFFFF;
float:left;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
	float:left;
	padding:0px;
	background:#fff;
	margin:0 0 10 0px;
}

/* label = title of an image */
.label {
	font-weight:bold;
	display:none;
}

/* number of the image */
.number {
	font-weight:normal;
	font-style:italic;
}