
body { height:100%; width:100%; overflow:none; }

.scroll-pane { width:300px; height: 230px; overflow: scroll; float: left;  }

.jScrollPaneContainer {	position: relative; overflow: hidden; z-index: 1; outline:none; top:-30px; }

.jScrollPaneTrack { position:absolute; cursor:pointer; right:0; top:0px; height:230px; background:url(images/linea.gif) repeat-y; }

.jScrollPaneDrag { position: absolute; background:#000; cursor: pointer; overflow: hidden; }
