/* Tiny Scrollbar */
#scrollCardBox { width: 220px;}
#scrollCardBox .viewport { width: 200px; height: 180px; overflow: hidden; position: relative; }
#scrollCardBox .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollCardBox .scrollbar{ background: transparent url(bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 4px; }
#scrollCardBox .track { background: transparent url(bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:2px; position: relative; padding: 0 1px; }
#scrollCardBox .thumb { background: transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#scrollCardBox .thumb .end { background: transparent url(bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 4px; }
#scrollCardBox .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
