
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 5px;
	left: 140px;
	height: 16px;
	width: 16px;
}
/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	top: 282px;
	left: 140px;
	height: 16px;
	width: 16px;
}
