@CHARSET "UTF-8";
#scrollshow{
	width:100%;
	height:100%;
	overflow:auto;
}
.scrolltop,.scrollbot{
	position:absolute;
	right:0px;
	width:20px;
}
.scrolltop{
	top:0px;
	background:url(./);
	height:20px;
}
.scrollbot{
	background:url(./);
	bottom:0px;
	height:20px;
}