
::-webkit-scrollbar
{
	cursor: pointer;
	width: 8px;
	height: 8px;
	background: rgba(80,80,80,0.5);
}

::-webkit-scrollbar-track:hover
{
	background: rgba(80,80,180,0.5);
}

::-webkit-scrollbar-thumb
{
	background: #990000;
}

::-webkit-scrollbar-thumb:hover
{
	background: #FF0000;
}

