
.jScrollPaneContainer {position: relative;  overflow: hidden; z-index: 1; width:530px !important; margin-right:-10px; }

.jScrollPaneTrack {position: absolute; cursor: pointer; right: 0; top: 0;  width:3px !important;}
.jScrollPaneDrag {position: absolute; background:#F8A010;  width:3px !important; height:200px !important; cursor: pointer; overflow: hidden; padding:0; margin:0;}
.jScrollPaneDragTop {position: absolute; height:0; top: 0; left: 0; overflow: hidden;}
.jScrollPaneDragBottom {position: absolute; height:0; bottom: 0; left: 0; overflow: hidden;}

a.jScrollArrowUp {display: block; position: absolute; z-index: 1; top: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px;}
a.jScrollArrowUp:hover {/*background-color: #f60;*/}

a.jScrollArrowDown {display: block; position: absolute; z-index: 1; bottom: 0; right: 0; text-indent: -2000px; overflow: hidden; height: 9px;}
a.jScrollArrowDown:hover {	/*background-color: #f60;*/}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {/*background-color: #f00;*/}
