#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;

width: auto;
padding: 10px;
background: #154074;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
vertical-align: bottom;
}
#thumbBox img {
padding-bottom: 0;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Arial;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
padding-bottom: 0;
vertical-align: bottom;
}
#thumbBox #thumbImage img {
	padding-bottom: 0;
	vertical-align: bottom;	
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #E6E6E6;
background-color: #FFFFFF;
padding: 5px;
z-index: 5;
color:#666666;
width: auto !important;
width: 100px;
text-align: center;
}