
::-webkit-scrollbar {
	width							: 10px;
	height						: 10px;
	-webkit-border-radius	: 10px;
	border-radius				: 10px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow		: inset 0 0 0px rgba(0,0,0,0); 
	-webkit-border-radius	: 10px;
	border-radius				: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius				: 0px;
	AAAbackground              : url('../img/sfondo_nero_2.jpg') center !important;
	background					: #2f2f30;
	height						: 3px;
}

::-webkit-scrollbar-corner{
	display						: none; 
	height						: 0px; 
	width							: 0px; 
}