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%;
}

div.scrollbarpaper-drag-bottom
{
  position: absolute;
  bottom: 0;
  width: 100%;
}
div.scrollbarpaper-container
{

}

div.scrollbarpaper-track
{
  width: 10px;
  background-color: #87888A;
}

div.scrollbarpaper-drag
{
  background-color: #FFF;
}

div.scrollbarpaper-drag-top
{
	background: url(../img_graph/scroll/arrow_FFF.png) center 0px no-repeat;
	height: 8px;
}

div.scrollbarpaper-drag-bottom
{
	background: url(../img_graph/scroll/arrow_FFF.png) center -9px no-repeat;
	height: 8px;
}


