::-webkit-scrollbar{
	background:silver;
	width:0px;height:0px;
	border-radius:5px;
}
::-webkit-scrollbar-thumb {
	background:#fff;
	border-radius:5px;
}

body{
	cursor: url('cur/arrow.cur'), auto;
}
a:hover,input:hover,select:hover,button:hover{
	cursor: url('cur/hover.cur'), auto;
}
