#scrollArea62, #scrollArea64, #scrollArea66, #scrollArea68, #scrollArea70 {
 position:relative;
 width:100%;height:100%;
 margin:0; padding:0;
 z-index:11;
}
.jScrollPaneContainer {
 position: relative;
 overflow: hidden;
 z-index: 1;
}
.jScrollPaneTrack {
 position:absolute;
 cursor: pointer;
 top:0; right:0;
 background:url(../img/scrollpath.gif) top center repeat-y;
 height: 100%;
}
.jScrollPaneDrag {
 position: absolute;
 cursor: pointer;
 overflow: hidden;
 background:url(../img/scrollbutton.gif) top center no-repeat;
}
.jScrollPaneDragTop {
 position: absolute;
 top:0; left:0;
 overflow: hidden;
}
.jScrollPaneDragBottom {
 position: absolute;
 left:0; bottom:0;
 overflow: hidden;
}
a.jScrollArrowUp {
 display: block;
 position: absolute;
 z-index:1; top:0; right:0;
 width:10px; height:10px;
 text-indent: -2000px;
 background:url(../img/scrollpath.gif) top center no-repeat;
 overflow: hidden;
 border:none;
 outline:none;
}
a.jScrollArrowDown {
 display: block;
 position: absolute;
 z-index:1; bottom:0; right:0;
 width:10px; height:10px;
 text-indent: -2000px;
 background:url(../img/scrollpath.gif) top center no-repeat;
 overflow: hidden;
 border:none;
 outline:none;
}
