#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #055610;
visibility: hidden;
z-index: 1100;
cursor: hand;
cursor: pointer;
font: bold 11px Arial,Helvetica,sans-serif;
color: #336633;
}

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


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white; text-align:center; cursor: url(zoom.gif);
}

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

.bottom_text {
    font-family: Arial,Verdana, Helvetica;
    font-size: 10px;
	color:black;
	text-align:center;
	margin-left:12px;
	margin-right:12px;
}
.mag {cursor: url(zoom.gif), pointer;}