#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0;
margin: 0;
border: 0;
visibility: hidden;
z-index: 10;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
display:none;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
cursor :  pointer;
background: transparent url('overlay.png');
padding: 40px;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
width: 90%;
height: 100%;
background: transparent url('http://3ttman.com/i/load01.gif') center fixed no-repeat;
visibility: hidden;
border: 0;
margin-top: -10px;
z-index: 5;
}