#thumbBox{ /*Outermost DIV for thumbnail viewer */
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 30px 30px 40px 30px;
padding-bottom: 0;
background: #fff;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 2px;
line-height: 1.1em;
color: #ddd;
padding: 5px;

text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
font: 400 0.8em/1.2em Arial, Tahoma, sans serif;
color:#777;
text-align: center;
letter-spacing:1px;
line-height:3em;
}

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