/* div with the gallery inside */
#thumbs{
  padding-top: 10px;
  text-align:left;
  margin:0px;
  width:445px;
  height: 80px;
}

#thumbsTeam{
  padding-top: 10px;
  text-align:left;
  margin:0px;
  width:250px;
  min-height: 300px;
  float: right;
}


/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  border:1px solid #ccc;
  background:#fff;
  margin:2px;
  width: 75px;
}

/* label = title of an image */
.label {
	display: none;
  color: #FFFFFF;
  font-weight: bold;
  height: 1px;
}

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

