#thumbBox{ /*Outermost DIV for thumbnail viewer*/position: absolute;left: 0;top: 0;width: auto;padding: 1px;padding-bottom: 0px;background: rgb(50,100,148);visibility: hidden;z-index: 1000;cursor: hand;cursor: pointer; font:12px Tahoma;letter-spacing: 0px;line-height: 1.1em;color: black;text-align: center;}#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */font: bold 14px Tahoma;letter-spacing: 0px;line-height: 1.1em;color: white;padding: 5px 0;text-align: center;}#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */background-color: white;z-index:10000;}#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/font: bold 12px Tahoma;position: absolute;visibility: hidden;border: 1px solid black;background-color: #EFEFEF;padding: 5px;z-index: 5;}