#thumb2Box{ /*Outermost DIV for portrait thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 170px;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 999;
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

#thumb2Box .footerbar{ /*Footer DIV of portrait thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #000000;
	padding: 5px 0;
	text-align: right;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

#thumb2Box{ /*DIV within portrait thumbbox that holds the enlarged image */
	background-color: white;
	text-align: center;
}
#thumb2Image{ /*DIV within portrait thumbbox that holds the enlarged image */
	background-color: white;
	text-align: centre;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 300px;
}
#thumb2Loading{ /*DIV for showing "loading" status while portrait thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
