	
	#scrollbar {
		position: absolute;
		width: 14px;
		height: 395px;
		visibility: hidden;
		top: 215px;
		left: 910px;
	}
	#scrolltrack {
		background: url(../images/scrolltrack.gif);
		width: 14px;
		height: 375px;
		position: absolute;
		left: 0px;
		top: 10px;
	}
	#scrollbutton {
		width: 14px;
		height: 23px;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
	}
	#scrollup {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 14px;
		height: 10px;
		cursor: pointer;
	}
	#scrolldown {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 14px;
		height: 10px;
		cursor: pointer;
	}