#tmbpanel {
	position : absolute;
	top : 0px;
	bottom : 0px;
	right : 0px;
	width : 124px;
	border-left : 1px solid #404040;
	background-color : black;
	padding : 5px 2px;
	overflow : auto;
	}
.tmbimg {
	border-color : black;
	border-style : solid;
	border-width : 1px 2px;
	margin : 0px;
	}
.tmbsel {
	border-color : white;
	border-style : solid;
	border-width : 1px 2px;
	margin : 0px;
	}
#disppanel {
	position : absolute;
	top : 0px;
	bottom : 45px;
	left : 0px;
	right : 129px;
	padding : 2px;
	overflow : hidden;
	border: 1px solid #E0E0E0;
	}
#dispimg {
	border : 3px solid #FFFFFF;
	}
#textpanel {
	position : absolute;
	text-align : center;
	font-size : 9pt;
	font-weight : bold;
	bottom : 23px;
	height : 19px;
	left : 1px;
	right : 130px;
	border-top : 1px solid #000000;
	padding : 1px;
	overflow : hidden;
	}
#navpanel {
	position : absolute;
	text-align : center;
	font-size : 10pt;
	bottom : 0px;
	height : 19px;
	left : 1px;
	right : 130px;
	border-top : 1px solid #000000;
	padding : 1px;
	overflow : hidden;
	}
.navbut {
	font-size : 8pt;
	margin : 0px 3px;
	padding : 0px 5px;
	}

#infowin {
	position : absolute;
	border : 3px solid #000000;
	top : 50px;
	bottom : 50px;
	left : 50px;
	right : 50px;
	z-index : 2;
	background-color : #D0D0D0;
	color : #404040;
	display : none;
	overflow : hidden;
	}
#infotxt {
	position : absolute;
	left : 0px;
	right : 0px;
	top : 0px;
	bottom : 22px;
	padding : 10px;
	overflow : auto;
	}
#infofoot {
	position : absolute;
	left : 0px;
	right : 0px;
	height : 21px;
	bottom : 0px;
	border-top : 1px solid #000000;
	}
