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%;
}




#containerscroll
{
  width: 500px;
  height: 300px;
  overflow: auto;
  background-color: #fff;
}

#contentscroll
{
  padding: 10px 10px 10px 0px;
  background-color: #fff;
}

div.scrollbarpaper-container
{
  background-color: #fff;
}

div.scrollbarpaper-track
{
  width: 10px;
  background-color: #fff;
  border-right: solid 1px #958B7F;
}

div.scrollbarpaper-drag
{
  background-color: #958B7F;
}

div.scrollbarpaper-drag-top
{
}

div.scrollbarpaper-drag-bottom
{
}

#contentscroll.scrollbarpaper-visible
{
  padding-right: 33px;
}