/* @import url("main.css"); */

/* div with the gallery inside */
#externalthumbs {
  margin-top: 10px;
  width: 575px;
  /*height: 375px;*/
  text-align: center;
  padding: 2px;
  background-color: #fff;
  clear: both;
  float: left;
}

/* div around the imgs */
.carouselWrapper {
}

.carouselInner {
}


/* single thumbnail */
.thumbnail{
  float: left;
  margin: 10px 2px 2px 2px;
  padding: 2px;
  border: 1px solid #ccc;
  background: #fff;
}

/* label = title of an image */
.label {
  display: none;
}

/* number of the image */
.number {
  display: none;
}

