<!--
.Up {
  position:absolute;
  overflow:hidden;
  left:0px;
  top:0px;
  width:21px;
  height:21px;
  cursor:hand;
  cursor:pointer;
}

.Down {
  position:absolute;
  overflow:hidden;
  left:0px;
  bottom:0px;
  width:21px;
  height:21px;
  cursor:hand;
  cursor:pointer;
}
.scroller{
	position:absolute;
	overflow:hidden;
	top:0px;
	right:0px;
	height:300px;
	width:21px;
	background:url(../img/scroll_bg.gif);
}
.scroll_bar{
	position:absolute;
	overflow:hidden;
	left:6px;
	top:22px;
	width:9px;
	height:20px;
	cursor:pointer;
	background:url(../img/scroll_bar.jpg);
}
