/* div with the gallery inside */

#myGallery23, .tx-rgsmoothgallery-pi1 {
float : left ;
}
#ext-thumbnails{
  float:right;
  /*height:590px;*/
  text-align:center;
  margin:0 4px;
  border:0px;
  width:350px;
  /*padding:5px;*/
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  /*border:1px solid #ccc;*/
  /*background:#fff;*/
  width : 111px ;
  height : 76px ;
  margin:0 0 5px 5px;
}
.thumbnail img {
width : 111px ;
  height : 76px ;
}



/* label = title of an image */
.label {
  display:none;
  font-weight:bold;
}

/* number of the image */
.number {
  display:none;
  font-weight:normal;
  font-style:italic;
}

.jdGallery .slideInfoZone{
  background-color:#fff;
}
