/* div with the gallery inside */
#ext-thumbnails{
  height:590px;
  text-align:center;
  margin: 0px 20px;
  border:1px solid #333;
  width:510px;
  padding:5px;
  background-color:#fff;
}

/* div around the imgs */
.carouselWrapper {

}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:0px;
  border:1px solid #ccc;
  background:#fff;
  margin:0px 0px 10px 20px!important;
  height:67px!important;
}

/* label = title of an image */
.label {
  font-weight:bold;
}

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

/* override TS CSS */

.carouselWrapper {position:relative!important; left:-20px!important;}
* html .carouselWrapper {position:relative!important; left:-40px!important;}
#galleryThumbnails p.label {visibility: hidden; height:0px;}


/* override jd.gallery.css */

.myGallery { border:1px solid #ccc!important;}
.slideElement {background-color:#ffffff!important;}
.carouselInner {width:500px; background-color:#fff!important;}
#galleryThumbnails {width:500px; background-color:#fff!important;}
