﻿/* div with the gallery inside */
#externalthumbs {
  text-align:left;
  height: auto;
}

/* div around the imgs */
.carouselWrapper {
  margin-left:-9px;
}

/* single thumbnail */
.thumbnail {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px solid #277E33;
  float:left;
  margin:5px;
  padding:4px;
}

/* label = title of an image */
.label {
  font-weight:bold;
  height: 18px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
