#thumbBox{
/*De buiterste div voor de thumbnail*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #d9bb9c;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}



#thumbBox .footerbar{
/*De footer DIV met de close link*/
font: bold 12px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}




#thumbBox #thumbImage{
/*De DIV in het schermpje die de foto bevat */
background-color: #d9bb9c;
font: bold 16px Arial;
color: white;
}



#thumbLoading{
 /*De DIV die het laad schermpje laat zien*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #d9bb9c;
padding: 5px;
z-index: 5;
font: bold 12px Arial;
}