/* div with the gallery inside */
/*
#ext-thumbnails{
	margin: 0px;
	padding: 0px;
  height:90px;
  text-align:center;
  margin:0px;
  width:766px;
  z-Index: 5;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}
*/

/* div around the imgs */
/*
.carouselWrapper {

}
*/
/* single thumbnail */
/*
.thumbnail{
  float:left;
  padding:0px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
}
*/
/* label = title of an image */
/*
p.label {
  display:none;
}
*/
/* number of the image */
/*
.number {
  font-weight:normal;
  font-style:italic;
}
.carousel {
	background: none;
}
*/