#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	height: auto;
	width: auto;
	visibility: hidden;
	border: 1px solid #9c7f62;
	cursor: hand;
	cursor: pointer;
	background-image: url(img/fondo_foto.png);
	margin-left: 8px;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	/*font: Verdana, sans-serif 11px;
letter-spacing: 5px;
line-height: 0.1em;
color: #9c7f62;
padding: 0px 0;*/
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	/*background-color: #3f3c35;*/
	margin: 30px;
	color: #9c7f62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid #9c7f62;
	background-color: #000000;
	padding: 5px;
	z-index: 5;
}
