/* div with the gallery inside */

#thumbs{
  text-align:left;
  width:650px;
  margin:20px 0px 0px 0px;
}

.jdExtCarousel {
padding:0px;
margin:0px;
}

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

/* single thumbnail */
.thumbnail{
  float:left;
  margin:0px 10px 10px 0px;
  cursor:pointer;
  background-color:#000;
}

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

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