#divUpControl {
	position:		relative;
	left:		380px;
	left:		0px;
	top:		0px;
	width:		320px;
	height:		30px;
	z-index:		100000;
	text-align:		right;
}
#divDownControl {
	position:		relative;
	left:		380px;
	left:		0px;
	top:		0px;
	width:		320px;
	height:		30px;
	z-index:		100000;
	text-align:		right;
}
#divContainer {
	left:		380px;
	visibility:		hidden;
	overflow:		hidden;
	width:		320px;
	clip:		rect(0px 320px 300px 0px);
	position:		absolute;
	top:		60px;
	height:		260px;
}
#divContent {
	left:		0px;
	position:		absolute;
	top:		20px;
	background-color:	#EEEEEE;
}
#divContent P.bodytext {
	font-size: 10px; color: #000000; margin:0px;padding:0;margin-left:20px;
}


