.tx-rgsmoothgallery-pi1 {
  /*background:#000 url(img/loading-bar-black.gif) center center no-repeat;*/
  background-color:yellow;
  
  margin-left:20px;
  margin-top:20px;
}

.myGallery {
	clear:both;
	text-align:center;
	margin-left:16px;
}

/* div with the gallery inside */
#ext-thumbnails{
  height:490px;
  text-align:center;
  margin:0 0px;
  border:1px solid #333;
  width:170px;
  padding:1px;
  background-color:#DDD;
  overflow:auto; 
}

/* div around the imgs */
.carouselWrapper {
}

/* single thumbnail */
.thumbnail{
  float:left;
  padding:4px;
  border:1px solid #ccc;
  background:#000;
  margin:1px;
}

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

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

