#thumbBox{ /*Outermost DIV for landscape 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;
}

#thumbBox .footerbar{ /*Footer DIV of landscape 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;
}

#thumbBox{ /*DIV within landscape thumbbox that holds the enlarged image */
	background-color: white;
	text-align: center;
}
#thumbImage{ /*DIV within landscape 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: 600px;
}
#thumbLoading{ /*DIV for showing "loading" status while landscape thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
