#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;
visibility: hidden;
z-index: 12;
cursor: pointer;

}

.flashmovie{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 2px;
padding-bottom: 0;

visibility: hidden;
z-index: 11;
cursor: pointer;
}



.footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 9px Verdana;
line-height: 1.1em;
color: white;
padding: 0px 0;
text-align: right;
position: absolute;
right: 20px;
bottom: 20px;
z-index:20;
}
.footerbar2{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 9px Tahoma;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
position: absolute;
right: 20px;
bottom: 20px;
z-index:15;
}


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

}

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