/* div with the gallery inside */
#ext-thumbnails{
/*  height:590px; */
  text-align:center;
  margin: 1em 0 0 0;
  border-top:1px dotted #333;
  width:738px;
  padding-left: 5px; /* 20px 0 20px; */
/*  background-color:#eee;    */
}

/* div around the imgs */
.carouselWrapper {
  background-color:#eee;

}

.carouselInner {
  background-color:#eee;

}

/* single thumbnail */
.thumbnail{
  max-width:363px;
  max-height:85px;
  min-width:363px;
  min-height:85px;
  width:363px;
  height:85px;
  float: left;
  padding: 1px;
  border:1px solid #9f9f9f;
  background:#d5d0ba;
  margin:1px;
}

/* label = title of an image */
.label {
  font-weight:bold;
  min-height:1.5em;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}

h1, h2, h3, h4, h5, h6, hr {clear: both;}
