#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 80px;
padding-bottom: 0;
background-image:url(http://www.kikiyoma.de/images/transhgb.png);
background-repeat:repeat; 
/*background: #000000;
filter: Alpha(Opacity=90);
-moz-opacity:0.9;*/
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;	
border-left: 1px solid #000000;
border-right: 1px solid #000000;	
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: small 2px Tahoma;
letter-spacing: 3px;
line-height: 0.5em;
color: white;
padding: 20px 0;
text-align: right;
}



#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: transparent;
}


#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
