/* div with the gallery inside */
#thumbs{
  text-align:center;
  margin-left:600px;
  /*border:1px solid #333;*/
  padding:0px;
  width: 200px;
}


/* div around the imgs */
.carouselWrapper {

margin-top: 5px;
padding: 0;
}

.carouselWrapper:hover {
cursor:pointer;
}

/* single thumbnail */
.thumbnail{
width: 50px;
height: 50px;
  overflow: hidden;
  float:left;
  padding:0px;
  /*background:#ffffff;*/
  margin: 5px;
}

/* label = title of an image */
.label {
position: absolute;
margin-top: 100px;
  font-weight:bold;
  top: 0px;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
