.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(../_images/scrollbar-sus.gif);}
.scrollBar .button.bottomButton{background-image:url(../_images/scrollbar-jos.gif);}

.scrollBar .button.active{background-position: bottom center}
.scrollBar .scrollable{cursor: pointer; width: 19px; background-image: url(../_images/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(../_images/scrollbar.gif)}

.scrollBar .knob.horizontalKnob{cursor:w-resize; background-image:url(../_images/scrollbar.gif);}
div#continutScroll {width: 741px; height: 289px; padding: 0px 0px 0px 0px; overflow: auto; text-align: justify;}
