
div::-webkit-scrollbar-track
{
	
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,3);
	background-color: #F5F5F5;
}

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

div::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
.scroll{
overflow:auto;
}
.scroll ::-webkit-scrollbar-track
{
	
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,3);
	background-color: #F5F5F5;
}

.scroll ::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.scroll ::-webkit-scrollbar-thumb
{
	background-color: #0ae;
	
	background-image: -webkit-gradient(linear, 0 0, 0 100%,
	                   color-stop(.5, rgba(255, 255, 255, .2)),
					   color-stop(.5, transparent), to(transparent));
}
