div.scrollbarpaper-container
{
  position: absolute;
  z-index: 1;
}

div.scrollbarpaper-track
{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
}

div.scrollbarpaper-drag
{
	position: absolute;
  width: 100%;
  height: 100px;
}

div.scrollbarpaper-drag-top
{
  position: absolute;
  top: 0;
  width: 100%;
  background-image:url('/gfx/scrollbar-drag-top.png');
  background-repeat:no-repeat;
	height:8px;
}

div.scrollbarpaper-drag-bottom
{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image:url('/gfx/scrollbar-drag-bottom.png');
  background-repeat:no-repeat;
	height:8px;
}

