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

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