div.scrollbarpaper-container
{
	position: absolute;
	z-index: 1;
}

div.scrollbarpaper-track
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 4px;
	background-color: #999;
}

div.scrollbarpaper-drag
{
	position: absolute;
 	width: 100%;
	height: 100px;
	background-color: #000;
	cursor: pointer;
}

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

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

