::-webkit-scrollbar {
background: transparent;
	overflow: visible;
	width: 17px;
}
::-webkit-scrollbar:vertical{
width:12px;
}
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:horizontal {
	border-width: 4px 6px;
	min-width: 40px;
}

::-webkit-scrollbar-thumb:vertical {
	border-width: 6px 4px;
	min-height: 40px;
}

::-webkit-scrollbar-track-piece {
	background-clip: padding-box;
    background-color: #f5f5f5;
    border-width: 0 0 0 3px;
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07);
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	background-color: #ADADAD;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.10),inset 0 -1px 0 rgba(0,0,0,0.07);
}

/* ::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}
 */
::-webkit-scrollbar-track {
 background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}