#texte #pane { position: relative; width: 660px;  height: 290px; }
.jScrollPaneContainer {position: relative; height: 100%;  overflow: hidden; z-index: 1;}

.jScrollPaneTrack { position: absolute; cursor: pointer; right: 0; top: 0; height: 100%; background: #eee;  }

.jScrollPaneDrag { position: absolute; background: #808080; cursor: pointer; overflow: hidden; height: 100%;}

