#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: absolute; visibility: hidden; width: auto; top: 0; left: 0; padding: 10px; padding-bottom: 0; background: #e3e3e3; z-index: 20; cursor: pointer;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	line-height: 1.1em; padding: 5px 0; text-align: right; letter-spacing: 2px; font: bold 12px Tahoma; color: #696969;
}

#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */ background: #fff; }

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