@charset "UTF-8";
/* CSS Document */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
text-align: center;
color: #FCF2C3;
font-size: 13px;
letter-spacing: 3px;
font-style: italic;
width: auto;
padding: 3px;
padding-bottom: 5;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 12px Helvetica;
letter-spacing: 3px;
line-height: 1em;
color: #6F6F78;
padding: 2px 0;
text-align: center;
}


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

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