#scrollbar-demo{
	margin:auto;
	width: 500px;
	height:600px;
	border:10px solid #888;
	padding:5px;
	text-align:justify;
	overflow:auto;
}


.scrollBar .bar{
	width:10px;
	height:10px;
}

.scrollBar .button{
	width:10px;
	height:10px;
	outline:none;
	cursor:pointer;
}

.scrollBar .button.topButton{
		background:#40637f;
}

.scrollBar .button.bottomButton{
		background:#40637f;
}

.scrollBar .button.leftButton{
	
}

.scrollBar .button.rightButton{
	
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-repeat:repeat;
}

.scrollBar .knob{
	height:10px;
}

.scrollBar .knob.verticalKnob{
	cursor:n-resize;
}

.scrollBar .knob.horizontalKnob{
	cursor:w-resize;
}

.scrollBar .knobHorizontalTip{
	width:12px;
	position:absolute;
	background-position:left center;
	background-repeat:no-repeat;background:#40637f;
}

.scrollBar .active .knobHorizontalTip{
	background-position:right center;
}

.scrollBar .leftTip{
	left:0;
}

.scrollBar .rightTip{
	right:0;
}

.scrollBar  .knobHorizontalFill{
	background-color:#FFB119;
	background-position:top center;
	background-repeat:repeat-x;
	margin:0 12px;
}

.scrollBar .active .knobHorizontalFill{
	background-position:bottom center;
}

.scrollBar .knobVerticalTip{
	height:0;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}

.scrollBar .knobVerticalFill{
	background-color:#98b2bf;
	background-position:left center;
	background-repeat:repeat-y;
	position:absolute;
	bottom:0;
	top:0;
}

.scrollBar .active .knobVerticalFill{
	background-position:right center;
}

.scrollBar .topTip{
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
}

.scrollBar .knob.active{
	border:none;
}

.scrollBar .corner{
}
