#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0; /* moet 0 zijn */
	width: auto;
	padding-top: 20%;
	/* vertical-align:middle; added LC*/
padding-left:300px;
	padding-right:300px;
	padding-bottom:35%;
	border: 0px;
	background: #111111;
	visibility: hidden;
	z-index: 10;
	/*cursor: hand;*/
cursor: pointer;
	vertical-align: middle;
	
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 9px Verdana;
letter-spacing: 5px;
color: #111111;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
font: 12px Verdana;/*font used for title under photo*/

line-height: 20px;
background-color: #111111; /* background color of title*/
color: #999999; /* color of title*/
border: 0px;
text-align: center;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: relative;
	visibility: hidden;
	border: 0px;
	padding: 0px; 
	z-index: 1;
}

