#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width:auto;
padding-bottom: 0;
background: black;
visibility: hidden;
z-index: 50;
cursor: hand;
cursor: pointer; color:#FFFFFF; padding-left:5px; padding-right:5px; padding-top:5px
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
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;
}

#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;
}
#showimage
{
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	VISIBILITY: hidden;
	BORDER-LEFT: gray 1px solid;
	DIRECTION: rtl;
	BORDER-BOTTOM: gray 1px solid;
	POSITION: absolute;
	z-index:250;
} 
#dragbar
{ 
	CURSOR: pointer;
	DIRECTION: rtl;
	BACKGROUND-COLOR: #efefef;
	min-width: 100px;
} 
#dragbar #closetext
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	DIRECTION: rtl;
	MARGIN-RIGHT: 1px;
}