.jScrollPaneContainer{position:relative;overflow: hidden;z-index:5;width:30px;background-color:transparent;}
.jScrollPaneTrack{position:absolute;cursor: pointer;right:0;top:0;height:100%;background:#aaa;width:30px;z-index:13;}
.jScrollPaneDrag{position:absolute;background: #666;cursor: pointer;overflow: hidden;width:30px;}
.jScrollPaneDragTop{position:absolute;top:0;left:0;overflow:hidden;width:30px;}
.jScrollPaneDragBottom{position:absolute;bottom:0;left:0;width:30px;}
a.jScrollArrowUp{display: block;position: absolute;z-index: 1;top: 0;right: 0;text-indent: -2000px;overflow: hidden;/*background-color: #666;*/	height: 19px;width:30px;z-index:13;}
a.jScrollArrowUp:hover{/*background-color: #f60;*/}
.jScrollArrowDown{position:absolute;z-index:13;}
a.jScrollArrowDown{display: block;position: absolute;z-index: 13;bottom: 0;right: 0;text-indent: -2000px;	/*background-color: #666;*/	height: 9px;width:30px;}
a.jScrollArrowDown:hover {/*background-color: #f60;*/width:30px;}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {/*background-color: #f00;*/width:30px;}
