/* div with the gallery inside */
#ext-thumbnails{
	width: 480px;/*498-18*/
  text-align:center;
  margin: 10px 0px 0px 18px;
  /*width: 510px;*/
  padding: 0px;
}

/* div around the imgs */
.carouselWrapper {

}
.carouselInner{
}
/* single thumbnail */
.thumbnail{
  float:left;
  width: 66px !important;/*68-2*/
  height: 43px !important;/*45-2*/
  margin: 0px 0px 0px 12px !important;/**/
  padding:0px;
  border: 1px solid #747477;
  background:#e3e4e5;
  cursor: pointer;
}

/* label = title of an image */
.label {
  font-weight:bold;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
}
