/* CSS Document */
  #scroll_up {
	cursor: pointer;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
  }
  #scroll_down {
	cursor: pointer;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
  }
  #scroll_box {
	border: 0px solid #FF0000;
	overflow: hidden;
	width: 395px; 
	height: 370px;
	position: static;

}
  
    
   #scroll_bar{
	border: 0px red solid;
	width: 20px;
	height: 80px;
	z-index: 2;
	position: relative;
	top: -160px;
	left: 395px;
  }
  
  #scroll_btn_up {
	border: 0px lightgrey solid;
	height: 26px;
	width: 29px;
	background-image: url(../images/arrowup.gif);
	background-repeat: no-repeat;
    /*align: top;*/
  }
  
  #scroll_block {
	border: 0px lightgrey solid;
	height: 5px;
	width: 30px;
	top: 17px;
	left: 3px;
	position: relative;
  }
  
  #scroll_btn_dn {
	border: 0px lightgrey solid;
	height: 26px;
	width: 29px;
	position: absolute;
	bottom: 1px;
	background-image: url(../images/arrowdown.gif);
	background-repeat: no-repeat;
  }
