#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 30px;
padding-bottom: 0px;
background: #336600; /*Colore di BG del box*/
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Parametri per il testo CHIUDI*/
font: 13px Verdana;
letter-spacing: 0px;
line-height: 1.5em;
color: #e3e2cf;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*Colore di BG della foto*/
background-color: #CCCCCC;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
