#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 3px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
border: 1px solid #cccccc;
}

#thumbBox .footerbar{ /* fenster schliessen link */
	font: bold 11px Arial;
	color: #333333;
	text-align: right;
	padding: 5px;
}

#thumbBox #thumbImage { /* dieses DIV enthaelt das grosse bild */
	background-color: #ffffff;
}

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