/* div with the gallery inside */                                                                                                                                                                
#ext-thumbnails{ text-align:center; position: relative; margin:0; width:520px; height: auto; padding: 0; border-width: 0; }                                                                                                                                                                                                
                                                                                                                                                                                                 
/* div around the imgs */                                                                                                                                                                        
.carouselWrapper {                                                                                                                                                                               
                                                                                                                                                                                                 
}                                                                                                                                                                                                
                                                                                                                                                                                                 
/* single thumbnail */                                                                                                                                                                           
.thumbnail{ float:left; padding:0; background:#fff; margin:6px 3px; border-style: none; border-width: 0; }                                                                                                                                                                                                
                                                                                                                                                                                                 
/* label = title of an image */                                                                                                                                                                  
.label { font-size: 12px; font-weight:bold; }                                                                                                                                                                                                
                                                                                                                                                                                                 
/* number of the image */                                                                                                                                                                        
.label { font-size: 14px; font-weight:bold; font-style:normal; }
.number { font-weight: normal; font-style: italic; }

