.title_member {
    font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #FFC31D;
	font-weight: bold;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 6px;
padding-bottom: 0;
background: #ACACAC;
visibility: hidden;
z-index: 5003;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 3px;
	color: #000000;
	padding: 10px;
	text-align: left;
	z-index: 1000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: bold 12px Tahoma;
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #ACACAC;
color:#ffffff;
padding: 5px;
z-index: 5002;
}	


