﻿#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 5px;
padding-bottom: 0;
background: #3b3b3b;
border:solid 1px #CCCCCC;
visibility: hidden;
z-index: 1000;
cursor: hand;
cursor: pointer;
color:#000000;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #000000;
padding: 5px 0;
text-align: right;
z-index: 1000;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
color:#000000;
border:solid 1px #454545;
padding:2px;
z-index: 5000;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #454545;
background-color: #EFEFEF;
padding: 5px;
z-index: 500;
color:#ffffff;
}