@charset "utf-8";
* {
	/*margin:0;*/
	padding:0;
}
body {
	text-align:left;
	/*font-size:12px;*/
}
h1 {
	font-size:16px;
}
#scrollbar {
	width: 1000px;
	margin-left: -180px;
	margin-top: 50px;
	height: 800px;
}

#scrollbar .scrollbar {
	position: relative;
	background-position: 0 0;
	float: right;
	width: 8px;
}
#scrollbar .viewport {
	width: 500px;
	/*height: 100%;*/
	height: 800px;
	overflow: hidden;
	position: relative;
}
#scrollbar .track {
	background: #ccc;
	height: 100%;
	/*height: 500%;*/
	width: 8px;
	left: 300px;
	position: relative;
}
#scrollbar .thumb {
	background: #cc9900;
	height: 20px;
	width: 8px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
}

#scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	width: 1200px;
	font-size: 18px;
	color: #252525;
	background-color: rgba(255,255, 255, 0.4);
}
#scrollbar .overview p {
	color:#252525;
	line-height:200%;
	text-indent:2em;
	background: none;
}

.use {
	width:500px;
	height:auto;
	margin:30px auto;
	color:#999;
}
.use p {
	text-align:left;
	color:#999;
	line-height:180%;
	text-indent:2em;
}
