/* div with the gallery inside */
#ext-thumbnails{
  text-align:center;
  height:280px;
  width:482px;
  padding:0px;
  overflow:auto;
  margin-top:25px;
}

/* div around the imgs */
.carouselWrapper {
}
.rgsgnest1338{
	margin:auto;

}

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

/* label = title of an image */
.label {
  font-weight:bold;
  min-height:30px;
  height:auto!important;
  height:30px;
  display:none;
}

/* number of the image */
.number {
  font-weight:normal;
  font-style:italic;
}
.slideInfoZone p{
	font-size:20px;
}
#lbDescription, #lbNumber{
	display:none;
}

