::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-button {
	width: 5px;
	height:0px;
}
::-webkit-scrollbar-track {
	background:#3C3C3C;
	border: thin solid transparent;
	border-radius:0px;
}
::-webkit-scrollbar-thumb {
	background:white;
	border: thin solid gray;
	border-radius:0px;
}
::-webkit-scrollbar-thumb:hover {
	background:white;
}			

