::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
::-webkit-scrollbar-track{
	background-color: transparent;
}
::-webkit-scrollbar-track:vertical{
	border-left: 1px solid transparent;
}
::-webkit-scrollbar-track:horizontal{
	border-top: 1px solid transparent;
}
::-webkit-scrollbar-thumb {
	/*background: url('../imgs/ui/scene/aspen_scene_scroll_m.png');*/
	background-color: #a8a8a8;
	border: 2px solid transparent;
	border-radius: 4px;
	background-clip: content-box;
}