@charset "UTF-8";
/* CSS Document */

.scrollbar1 { width: 530px; clear: both; /*margin: 20px 0 10px;:*/ }
.scrollbar1 .viewport { width: 525px; height: 445px; overflow: hidden; position: relative; }
.scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
.scrollbar1 .thumb .end,
.scrollbar1 .thumb { background-color: #faaf4c; }
.scrollbar1 .scrollbar {
	float: right;
	position: relative;
	width: 1px;
	background-attachment: scroll;
	background-color: #faaf4c;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.scrollbar1 .track {
	height: 100%;
	position: relative;
	width: 1px;
	background-attachment: scroll;
	background-color: #faaf4c;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.scrollbar1 .thumb {
	cursor: pointer;
	height: 20px;
	left: -5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
	background-attachment: scroll;
	background-color: #faaf4C;
	background-repeat: no-repeat;
	background-position: 50% 100%;
}
.scrollbar1 .thumb .end {
	height: 5px;
	overflow: hidden;
	width: 25px;
	background-attachment: scroll;
	background-color: #faaf4c;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.scrollbar1 .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
