::-webkit-scrollbar-button {
		background-image:url('');
		background-repeat:no-repeat;
		width:5px;
		height:0px
	}
::-webkit-scrollbar-track {
		background-color:#DCDBDB
	}
::-webkit-scrollbar-thumb {
		-webkit-border-radius:0px;
		border-radius:0px;
		background-color:#284db0;
		-webkit-transition:all 0.4s ease;
		-moz-transition:all 0.4s ease;
		-o-transition:all 0.4s ease;
		-ms-transition:all 0.4s ease;
		transition:all 0.4s ease;
	}
::-webkit-scrollbar-thumb:hover{
		background-color:#284db0;
	}
::-webkit-resizer{
		background-image:url('');
		background-repeat:no-repeat;
		width:4px;
		height:0px
	}
::-webkit-scrollbar{
		width:4px;
	}