#thumbBox{ /*Outermost DIV for thumbnail viewer*/
   z-index: 999;  
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0px;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
BORDER-RIGHT: #F4E42E 10px solid; 
BORDER-LEFT: #F4E42E 10px solid;
BORDER-TOP: #F4E42E 10px solid;
BORDER-bottom: #F4E42E 10px solid;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
 z-index: 999;  
font: bold 13px Tahoma;
letter-spacing: 0px;
line-height: 1.2em;
padding: 0px;
text-align: right;
BORDER-TOP: #FFF 20px solid;
BORDER-bottom: #FFF 10px solid;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
 z-index: 999;  
background-color: white;

}

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