#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 4;
top: 0;
width: auto;
padding: 4px;
padding-bottom: 0;
background: #C24390;
/*
background: #E9651B//orange;
background: #0369B3;//blue
*/
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .headerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family: arial;
font-size: 14px;
font-weight: bold;
letter-spacing: 3px;
line-height: .8em;
color: white;
padding: 5px 0;
text-align: right;

}


#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
/*
font-size: 12px;
font-weight: bold;
letter-spacing: 3px;
line-height: .8em;
color: white;
padding: 5px 0;
text-align: right;
*/
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font-family: Verdana;
font-size:14px;
letter-spacing: 2px;
position: absolute;
visibility: hidden;
border: 2px solid #C24390;
background-color: #FFF9DF;
width: 150px;
height: 150px;
z-index: 5;
}