#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-bottom: 0;
background: #000000;
border: 8px solid #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
margin: 3px;
}

#thumbBox #captionDiv 
{
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background: #000000;
border: 8px solid #313131;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
padding: 5px;
z-index: 5;
}