#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left:0;
top:0;
width:auto;
padding:10px;
padding-bottom:0;
background:#FAF9FB;
border:solid 1px #cccccc;
visibility:hidden;
z-index:10;
cursor:hand;
cursor:pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight:bold; color:#72358E; text-decoration:none; background:transparent url(../img/pop_btn_close.gif) no-repeat scroll 100% 0; margin-right:-6px; padding:5px 25px 5px 0; text-align:right;}
#thumbBox .footerbar strong {}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:transparent; text-align:center;}

div.thumbDesc {padding:5px 0 9px 0;} /*Title area*/
div.thumbDesc span {}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position:absolute; visibility:hidden; border:1px solid #DEBFEF; background-color:white; padding:5px; z-index:5;}