@charset "utf-8";
.container1 {
	width: 140px;
	height: auto;
	float: left;
}
.container1 .div_scroll {
	width: 100%;
	overflow: auto;
	float: left;
}
.container1 .scroll_container {
	overflow: hidden;
	position: relative;
}
.container1 .scroll_absolute { position: absolute; }
.container1 .scroll_vertical_bar {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.container1 .scroll_track {
	position: relative;
	background-color: #000;
}
.container1 .scroll_drag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #996533;
	border-radius: 5px;
}
.container1 .scroll_arrow {
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	background-color: #ddd;
	border-radius: 5px;
}
.container1 .scroll_vertical_bar .scroll_arrow {
	height: 10px;
	display: none;
}
