/*mooscrollbar*/
.scrollBar .bar{width:17px;height:17px;}
.scrollBar .button{width:17px;height:17px;outline:none;background-position:top center;background-repeat:no-repeat;cursor:pointer;}
.scrollBar .button.topButton{background:url('../images/btn_up.gif');}
.scrollBar .button.bottomButton{background-image:url('../images/btn_down.gif');}
.scrollBar .button.active{background-position:bottom center ;}
.scrollBar .scrollable{cursor:pointer;background-image:url('../images/slider.gif');background-repeat:repeat-y;}
.scrollBar .knob{height:20px;}
.scrollBar .knob.verticalKnob{cursor:n-resize;}
.scrollBar .knobVerticalTip{height:10px;background-position:top center;background-repeat:no-repeat;}
.scrollBar .active .knobVerticalTip{background-position:top center;}
.scrollBar .knobVerticalFill{background-position:top left;background-repeat:repeat-y;background-image:url('../images/bubble_bg.gif');position:absolute;bottom:10px;top:10px;}
.scrollBar .active .knobVerticalFill{background-position:right center;}
.scrollBar .topTip{background-image:url('../images/bubble_topcap.gif');}
.scrollBar .bottomTip{position:absolute;bottom:0;background-image:url('../images/bubble_bottomcap.gif');}
.scrollBar .knob.active{border:none;}
