#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position:absolute;
left:0;
top:0;
width:auto;
visibility:hidden;
z-index:100;
cursor:hand;
cursor:pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:bold 16px Tahoma;
letter-spacing:5px;
color:white;
padding:0;
padding-top:5px;
text-align:right;
}

#thumbBox #thumbImage img{ /*DIV within thumbbox that holds the enlarged image */
border:2px solid #000000;
}

#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:90;
margin-top:200px;
}

#thumbBox #thumbImage,
#thumbBox .footerbar { background-color:#313131 !important; }

#thumbBox .T { background-position:left top; background-repeat:repeat-x; margin-top:-10px; padding-top:10px; }
#thumbBox .B { background-position:left bottom; background-repeat:repeat-x; margin:0 10px; padding-top:10px;}
#thumbBox .L { background-position:left top; background-repeat:repeat-y; margin-left:-10px; padding-left:10px; }
#thumbBox .R { background-position:right top; background-repeat:repeat-y; margin-right:-10px; padding-right:10px; }
#thumbBox .TL { background-position:left top; background-repeat:no-repeat !important; }
#thumbBox .TR { background-position:right top; background-repeat:no-repeat !important;}
#thumbBox .BL { background-position:left bottom; background-repeat:no-repeat !important;}
#thumbBox .BR { background-position:right bottom; background-repeat:no-repeat !important;}