.scrollBar .bar{width:20px; height:20px;}
.scrollBar .button{width:19px; height:10px; outline:none; background-position:top center; background-repeat: no-repeat; cursor:pointer;}

.scrollBar .button.topButton{background-image:url(scrollbar-sus.gif);}
.scrollBar .button.bottomButton{background-image:url(scrollbar-jos.gif);}
.scrollBar .button.leftButton{background-image:url(scrollbar-stg.png);}
.scrollBar .button.rightButton{background-image:url(scrollbar-dr.png);}

.scrollBar .button.active{background-position: bottom center}

.scrollBar .scrollable{cursor: pointer; width: 19px; background-image: url(scrollbar-bg.gif); background-repeat: repeat-y}

.scrollBar .knob{height: 18px; outline: none; background-position:center center; background-repeat:no-repeat}
.scrollBar .knob.verticalKnob{width: 19px; height: 40px !important; cursor: n-resize; background-image:url(scrollbar.gif)}

.scrollBar .knob.horizontalKnob{cursor:w-resize; background-image:url(scrollbar.gif);}

div#continutScroll {width: 610px; height: 440px; padding: 0px 0px 0px 0px; overflow: auto; text-align: justify;}
