/* Tiny Scrollbar */
#scrollbar1 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
#scrollbar1 .viewport {
	width: 590px;
	height: auto;
	overflow: hidden;
	position: absolute;
	margin-right: 7px;
	float: left;
	bottom: 10px;
}


#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{
	position: relative;
	float: right;
	width: 3px;
	bottom: 5px;
}
#scrollbar1 .track {
	height: 100%;
	width:3px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-color: #CCC;
}
#scrollbar1 .thumb {
	height: 20px;
	width: 3px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	right: 0px;
}
#scrollbar1 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 3px;
}
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

	#scrollbar2 {
	position: absolute;
	height: 210px;
	left: 10px;
	right: 10px;
	bottom: 46px;
}

	#scrollbar2 .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: -10px;
}
	#scrollbar2 .overview {
	list-style: none;
	width: 3000px;
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	right: 0px;
}
	#scrollbar2 .scrollbar {
	position: absolute;
	overflow: hidden;
	height: 5px;
	bottom: 5px;
	width: 2px;
	float: right;
	background-color: #000;
}
	#scrollbar2 .track {
	width: 2px;
	height:5px;
	position: absolute;
	background-color: #CCC;
}
	#scrollbar2 .thumb {
	height: 5px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background-color: #333;
	width: 2px;
}
	#scrollbar2 .thumb .end{

}
	#scrollbar2 .disable { display: none; }
