/* scroller background - TABLE */
.TScrBody1 {
	background:transparent;
}
/* style to be applyed to all items' bodies
  - SPAN in Netscape 4.x, TD in rest
  all local stylesheets of external files if any are to be ignored */
.TScrItem1 {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	padding: 5px;
}
.ArrowUp {
	top: 0px;
	left: 0px;
	height: 145px;
	width: 16px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 0px;	
	left: 200px;
	height: 145px;
	width: 16px;
}