#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;

width: 100%;
height: 100%;
padding: 10px;
padding-top:50;
padding-left:70;
padding-right:70;
padding-bottom:70;
background: #000000;
visibility: hidden;
z-index: 5;
cursor: hand;
cursor: pointer;
text-align: center;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px arial, helvetica, sans-serif;
letter-spacing: 5px;
line-height: 1.1em;
color: #FAF8CC;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#000000;
width: 850;
height: 470;
}

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