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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
color: #404040;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.1em;
padding: 14px 0;
text-align: left;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #181818;
}

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