/* Tiny Scrollbar */
.scrollbar{transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out}
.tsc{width: auto; margin: 20px 0 10px; }
.tsc .viewport{width: 97%; overflow: hidden; position: relative;margin:0 auto }
.tsc .overview{list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.tsc .scrollbar{width:10px;background:#FFF;border:1px solid #AAA;position: relative;float:right;overflow:hidden}
.tsc:hover .scrollbar{border-color:#777}
.tsc:hover .thumb{background:#777}
.tsc .track{background:transparent;height: 100%;width:10px;position:relative}
.tsc .thumb{background:#CCC;height:20px;width:8px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:1px}
.tsc .thumb .end{background:#CCC; overflow:hidden;height:5px;width:25px;display:none}
.tsc .disable{display:none}
.noSelect{ user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
