/*::-webkit-scrollbar {*/
/*	width: 6px;*/
/*	height: 8px;*/
/*	border-radius: 10px;*/
/*}   */

/*::-webkit-scrollbar-track {*/
/*	!* background: #ffffff; *!*/
/*	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
/*    border-radius: 10px;*/
/*    !* background-color: #c7c5c6; *!*/
/*    background-color: #f3f3f3;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
/*	!* background:*/
/*		url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png); *!*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*	!* background: #333132; *!*/
/*	background: #c2c0c1;*/
/*	!* border-radius:4px; #757575*!*/
/*}*/

/*::-webkit-scrollbar-resizer {*/
/*	background: #FF0BEE;*/
/*}*/

/*::-webkit-scrollbar {*/
/*	width: 4px;*/
/*	height: 14px;*/
/*}*/

/*::-webkit-scrollbar-track,*/
/*::-webkit-scrollbar-thumb {*/
/*	border-radius: 999px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*	background: darkgrey;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*	min-height: 20px;*/
/*	background-clip: content-box;*/
/*	background: #cdcdcd;*/
/*}*/

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

::-webkit-scrollbar {
	height: 8px !important;
	width: 6px !important;
}

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

::-webkit-scrollbar-thumb {
	background: #d6d6d6 !important;
	border-radius: 4px !important;
}

::-webkit-scrollbar-track {
	background: #fff !important;
}

::-webkit-scrollbar-track-piece {
	background: #f3f6f9 !important;
}