#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0px;
padding-bottom: 0;
background: #000000; 
visibility: hidden;
z-index: 10;
}

#thumbBox{ /*Footer DIV of thumbbox that contains "close" link */
padding: 0px;
}

#footer{ /*Footer DIV of thumbbox that contains "close" link */
position:relative;
left: 0px;
top: 0px;
width: 80px;
height: 0px;
text-align: right;
}

#thumbImage{ /*DIV within thumbbox that holds the enlarged image*/
background-color: #000000;
}

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

#cacheEcran{
background-color: black;
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=75); 
-moz-opacity: 0.75; 
opacity: 0.75;
}
