.a:link{
border: 100;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/

position: absolute;
left: 0;
top: 0px;
width: auto;

padding: 1px;

background:gray;
visibility: hidden;
z-index: 200;
cursor: hand;
cursor: pointer;
 border: 2px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
border: 20px;

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */


background:black;
padding: 1px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
vertical-align:middle;
width:100px;
height:25px;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: maroon;
padding: 0px;
z-index: 90;
}
