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