/* div with the gallery inside */
#ext-thumbnails{
  float: left;
  height:auto;
  text-align:left;
  margin-left:-10px;
  border:0px solid #0A9437;
  width:525px;
  padding-top: 8px;
  background: none;
}

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

}

.imageElement {


}

/* single thumbnail */
.thumbnail {
 float: left;
 
  padding-top: 0px !important;
  border:0px solid #0A9437;
  margin-right: -10px;
    position: relative;
  top: 0px;
  left: 0px;
  display: inline;
}

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

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