#scrollbar-demo{width:59em;height:16em;text-align:justify;overflow:auto;border-top:1px solid silver;border-right:1px solid silver;border-left:1px solid silver;background-color:#fff;margin-right:0!important}
.scrollBar .bar{width:32px;height:32px}
.scrollBar .button{width:32px;height:32px;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.leftButton{background-image:url(arrow-left.gif)}
.scrollBar .button.rightButton{background-image:url(arrow-right.gif)}
.scrollBar .scrollable{cursor:pointer;background-image:url(stripe.gif);background-repeat:repeat}
.scrollBar .knob{height:32px}
.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}
.scrollBar .leftTip{left:0;background-image:url(knob-left.gif)}
.scrollBar .rightTip{right:0;background-image:url(knob-right.gif)}
.scrollBar .knobHorizontalFill{background-position:top center;background-repeat:repeat-x;background-image:url(horizontal-knob.gif);margin:0 12px}
.scrollBar .knobVerticalTip{height:12px;background-position:top center;background-repeat:no-repeat}
.scrollBar .knobVerticalFill{background-position:left center;background-repeat:repeat-y;background-image:url(vertical-knob.gif);position:absolute;bottom:12px;top:12px}
.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:url() no-repeat center center}
.scrollBar .button.active,.scrollBar .active .knobHorizontalFill,.scrollBar .active .knobVerticalTip{background-position:bottom center}
.scrollBar .active .knobHorizontalTip,.scrollBar .active .knobVerticalFill{background-position:right center}
