/* 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:#eee;
}

#externalthumbs {
  margin: 1em;	

}



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

}

/* single thumbnail */
#externalthumbs .thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#fff;
  margin:5px;
}

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

/* number of the image */
#externalthumbs .number {
  font-weight:normal;
  font-style:italic;
}
#col3 .thumbnail {
   width:113px!important;
   }
