.jScrollPaneContainer{position:relative;overflow:hidden;z-index:1;color:#b1b1b1;}
.jScrollPaneTrack{position:absolute;cursor:pointer;right:0;top:0;height:100%;width:18px;background:url('../../images/scroll/vscroll_bar.png') repeat-y;}
.jScrollPaneDrag{width:13px;position:absolute;background:#000;cursor:pointer;overflow:hidden;background:url('../../images/scroll/scroller.png') repeat-y;left:5px;}
.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden;height:6px;width:13px;background:url('../../images/scroll/vscroll_bar_top.gif') no-repeat;}
.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;overflow:hidden;height:6px;width:13px;background:url('../../images/scroll/vscroll_bar_bottom.gif') no-repeat;}
a.jScrollArrowUp{display:block;position:absolute;z-index:1;top:0;right:0;text-indent:-2000px;overflow:hidden;background:url('../../images/scroll/vscroll_up_focus.png') no-repeat;height:44px;width:18px;}
a.jScrollArrowUp:hover{background: url('../../images/scroll/vscroll_up_focus.png') no-repeat;width:18px;height:44px;}
a.jScrollArrowDown{display:block;position:absolute;z-index:1;bottom:0;right:0;text-indent:-2000px;overflow:hidden;background:url('../../images/scroll/vscroll_down_focus.png') no-repeat;height:41px;width:18px;}
a.jScrollArrowDown:hover{background:url('../../images/scroll/vscroll_down_focus.png') no-repeat;height:41px;width:18px;}