#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #FFF;
border: 1px solid #880000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

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


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #FFFDD7; 
color: #880000; 
font: 12px Tahoma;
letter-spacing: 3px;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #FFFDD7;
background-color: #FFFDD7 ;
padding: 5px;
z-index: 5;
background:url(loading.gif) no-repeat 3px 5px #ffffff;
padding-left:23px;
border:1px solid black;
}

.thumbPrevious
{
	background:url(previuous.jpg) no-repeat;
	width:26px;
	height:26px;
	float:right;
	display:inline;	
}

.thumbNext
{
	background:url(next.jpg) no-repeat;
	width:26px;
	height:26px;
	float:right;
	display:inline;
}

.thumbClose
{
	background:url(close.jpg) no-repeat;
	width:26px;
	height:26px;
	float:right;
	display:inline;
}

.thumbSpace
{
	width:10px;
	height:10px;
	float:left;
	display:inline;
}