#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: fixed;
font: bold 16px Tahoma;
color: #fff;
text-align: center;
line-height:-2px;
left: 0;
top: 0;
width: auto;
padding: 12px;
padding-bottom: 0;
background: #000;
visibility: hidden;
border: 2px solid #777;
cursor: hand;
cursor: pointer;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
z-index:10000;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 1px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: ffffff;
border: 0px solid white;
}

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