@charset "utf-8";
/* CSS Document */
#scrollbar1 { 
	width: 315px;
	text-align:left;
	float:left;
	font-family:"Decker";
	font-size:18px;
	}
#scrollbar1 .viewport { 
	width: 280px; 
	height: 700px; 
	overflow: hidden; 
	position: relative; 
	}
#scrollbar1 .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	padding: 0; 
	margin: 0; 
	}
#scrollbar1 .scrollbar{ 
	background:url(../img/s.png); 
	position: relative; 
	background-position: 0 0; 
	float: right; 
	width: 20px;
	border-radius:10px;
	}
#scrollbar1 .thumb { 
	background:#0081d6; 
	height:290px; 
	width: 20px; 
	border-radius:10px;
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0;
	}
#scrollbar1 .thumb .end { 
	overflow: hidden; 
	height: 5px; 
	width: 25px; 
	}
#scrollbar1 .disable { 
	display: none; 
	}
.noSelect { 
	user-select: none; 
	-o-user-select: none; 
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none;
	 }