  #scrollfather1,#scrollfather2{
	background: rgba(230,230,230,0.5);
	float: left;
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 348px;
}
.scrollson{
	float: left;
	width: 100%;
}
.scroll_y{
	background: #ff0;
	border-radius: 5px;
	position: absolute;
	right: 0;
	width: 5px;
}
.scroll_x{
	background: #ff0;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	height: 5px;
}
.scroll_ymove{
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	height: 300px;
	position: absolute;
	right: 0;
	width: 5px;
	z-index: 2;
}
.scroll_xmove{
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
	height: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
}