#overlay{
	position:absolute; top:0; left:0;
	z-index:50; width:0; height:0;
	background:url("imx/ft.png");
	/*background-color:#000;*/
	/*filter:alpha(opacity=50); opacity:.5; -moz-opacity:0.5;*/
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position:absolute; left:0; top:0;
	padding:0;
	background:#bbb;
	visibility:hidden;
	z-index:100;
	/*cursor:hand; cursor:pointer;*/
}

#thumbFooter{ /*Footer DIV of thumbbox that contains "close" link */
	padding:3px;
	text-align:right;
}

#thumbFooter span { padding-right:5px; font-size:0.9em; color: #777; }

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	margin:0 5px 5px 5px;
	background-color:black;
	z-index:90;
}

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