.zscroll ::-webkit-scrollbar {
 width:10px
}
.zscroll ::-webkit-scrollbar:horizontal {
 height:10px
}
.zscroll ::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px #999;
 -webkit-border-radius:10px;
 background:#eee;
 border-radius:10px
}
.zscroll ::-webkit-scrollbar-track:hover {
 -webkit-box-shadow:inset 0 0 6px #999;
 -webkit-border-radius:10px;
 border-radius:10px
}
.zscroll ::-webkit-scrollbar-thumb {
 -webkit-border-radius:10px;
 border-radius:10px;
 background:#aaa;
 -webkit-box-shadow:inset 0 0 6px #333
}
.zscroll ::-webkit-scrollbar-thumb:window-inactive {
 background:#eee
}