#thumbBox { position: absolute ;                       /* Outermost DIV for thumbnail viewer */
            left: 0 ;
            top: 0 ;
            width: auto ;
            padding: 10px ;
            padding-bottom: 10px ;
            background: #313131 ;                     /* Colore sfondo pop-up */
            visibility: hidden ;
            z-index: 10 ;
            cursor: pointer ; }

#thumbBox .footerbar { font: bold 16px Tahoma ;       /* Footer DIV of thumbbox that contains "close" link */
                       letter-spacing: 5px ;
                       line-height: 1.1em ;
                       color: #FFFFFF ;
                       padding: 5px 0 ;
                       text-align: right ; }


#thumbBox #thumbImage { background-color: white ; }    /* DIV within thumbbox that holds the enlarged image */

#thumbLoading { position: absolute ;                   /* DIV for showing "loading" status while thumbbox is being generated */
                visibility: hidden ;
                border: 1px solid black ;
                background-color: #EFEFEF ;
                padding: 5px ;
                z-index: 5 ; }