#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 4;
background: white;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
Border: 1px solid /*#CDAB7A*/ #454545;
background-color: black;

}



#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
float: center;
text-align: center;
width: auto;
	margin-top: 10px;
	padding: 2px 20px 2px 20px;
	background: #3D3D3D;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	/*font-weight: bold;*/
	font-size: 12px;
	color: #CDAB7A;
border-top: 1px #454545 solid;
line-height: normal;letter-spacing: .3em;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: black;
 Border: 2px solid /*#CDAB7A*/ #454545;
}

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