/* div with the gallery inside */
#ext-thumbnails{
  height:590px;
  text-align:center;
  margin:0 20px;
  border:1px solid #333;
  width:510px;
  padding:5px;
  background-color: transparent;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  border:0px solid #ccc;
  background: transparent;
  margin:5px;
  opacity: 0.99 !important;
  FILTER: alpha(opacity=100) !important;
}

/* label = title of an image */
.label {
  display: none;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
