#container {
	 OVERFLOW: hidden; WIDTH: 657px; POSITION: absolute; TOP: ?px; HEIGHT: 343px
}
#content {
	LEFT: 0px;
	
	WIDTH: 645px;
	POSITION: relative;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

#scrollArea {
LEFT: ?px;
	OVERFLOW: hidden;
	WIDTH: 10px;
	POSITION: absolute;
TOP: ?px; 				HEIGHT: 343px;
	background-color: #3998f4;
	border: thin solid #3998f4;
}
#scroller {
	WIDTH: 10px;
	POSITION: absolute;
	TOP: -1px;
	background-color: #005fbb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
