#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0px;
background: #F49B14;
visibility: hidden;
z-index: 110;
cursor: hand;
cursor: pointer;
font: bold 14px Arial;
text-align: center;
color: white;
margin-top: 0px;}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Arial;
letter-spacing: 5px;
color: white;
padding: 5px 0px 5px 0px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
background: #F49B14;
padding: 0px 0px 00px 0px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #F49B14;
padding: 5px;
z-index: 115;
}
#thumbBox a {
font-size: 15px;
font-family: Arial;
font-weight: bold;
color: #FFFFFF;
line-height:18px;
text-align: center;
}
