#scrollbar-demo{
	margin:auto;
	width: 290px;
	height:112px;
	padding:5px;
	text-align:justify;
	overflow:auto;
}

.scrollBar .bar{
	width:15px;
	height:25px;
}

.scrollBar .button{
	width:15px;
	height:25px;
	background-color:#FFF;
	outline:none;
	background-position:top center;
	background-repeat:no-repeat;
	cursor:pointer;
}

.scrollBar .button.topButton{
	background-image:url('arrow-up.gif');
}

.scrollBar .button.bottomButton{
	background-image:url('arrow-down.gif');
}

.scrollBar .button.active{
	background-position:bottom center ;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-image:url('stripe.gif');
	background-repeat:repeat;
}

.scrollBar .knob{
	height:15px;
}

.scrollBar .knob.verticalKnob{
	cursor:pointer;
}

.scrollBar .knobVerticalTip{
	height:10px;
	background-position:top center;
	background-repeat:no-repeat;
}

.scrollBar .active .knobVerticalTip{
	background-position:bottom center;
}

.scrollBar .knobVerticalFill{
	background-color:#FFB119;
	background-position:left center;
	background-repeat:repeat-y;
	background-image:url('vertical-knob.gif');
	position:absolute;
	bottom:10px;
	top:10px;
}

.scrollBar .topTip{
	background-image:url('knob-top.gif');
}

.scrollBar .bottomTip{
	position:absolute;
	bottom:0;
	background-image:url('knob-bottom.gif');
}

.scrollBar .knob.active{
	border:none;
}

.scrollBar .corner{
	background:#FFF url('corner.gif') center center no-repeat;
}
