#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0px;
top: 0px;
width: auto;
border: 5px #313131 solid;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma, Verdana, Sans;
letter-spacing: 5px;
line-height: 1.1em;
color: #ffffff;
padding: 5px 0px 5px 0px;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
cursor: pointer;
border: 1px #e9e9e9 solid;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px #e9e9e9 solid;
background-color: #313131;
padding: 50px 100px 60px 100px;
z-index: 15;
color: #e9e9e9;
left: 0px;
margin-left: 0px;
text-align: center;
}