.jScrollPaneContainer
{
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.jScrollPaneTrack
{
  background:#dfdfdf;
  cursor: pointer;
  position: absolute;
  right:4px;
  width:7px !important;
}

.jScrollPaneDrag
{
  background:url(scrollbar.jpg) no-repeat;
  cursor: pointer;
  height:56px !important;
  margin-left:-5px;
  position: absolute;
  width:17px !important;
}

