
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}


/*.scrollbar-2::-webkit-scrollbar,*/
/*.scrollbar-2::-webkit-scrollbar-thumb {*/
/*  width: 26px;*/
/*  border-radius: 13px;*/
/*  background-clip: padding-box;*/
/*  border: 10px solid transparent;*/
/*}*/

/*.scrollbar-2::-webkit-scrollbar-thumb {*/
/*  box-shadow: inset 0 0 0 10px;*/
/*}*/

/*!* Scroll 3 *!*/
/*.scrollbar-3::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  height: 10px;*/
/*}*/
/*.scrollbar-3::-webkit-scrollbar-track {*/
/*  background-color: transparent;*/
/*  border-radius: 10px;*/
/*}*/
/*.scrollbar-3::-webkit-scrollbar-thumb {*/
/*  background-color: rgba(0, 0, 0, 0.4);*/
/*  border-radius: 10px;*/
/*}*/