/*Outermost DIV for thumbnail viewer*/
#thumbBox {position:absolute;left:0;top:0;width:auto;
	visibility:hidden;z-index:10;
	padding:10 10 0 10;
	border:1px solid #FFFFFF;background:#313131;
	cursor:hand;cursor:pointer;
	font:bold 10px Verdana;}

/*Footer DIV of thumbbox that contains "close" link */
#thumbBox .footerbar {padding:5;
	color:#FFFFFF;
	font:bold 10px Verdana;letter-spacing:0px;line-height:1.1em;
	text-align: right;}

/*DIV within thumbbox that holds the enlarged image */
#thumbBox #thumbImage {padding:1;background:#DDDDDD;color:#404040;text-transform:uppercase;}

/*DIV for showing "loading" status while thumbbox is being generated*/
#thumbLoading {position:absolute;
	visibility:hidden;z-index:5;
	padding:5px;
	border:1px solid #000000;background:#EFEFEF;}