#thumbBox{ /*Outermost DIV for thumbnail viewer*/
margin: 0 auto;


position: absolute;


visibility: hidden;
 
z-index: 1000;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 0px;

color: black;
right:10px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
border: 10px solid white;
}

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