/* Tiny Scrollbar */
.scrollbarBlock { width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; float:left; border:0 solid #c3c3c3; border-bottom-width:1px; position:relative; }
.smallOnline .scrollbarBlock{ margin: 0px 0px 0px; border-bottom:0px; }
.scrollbarBlock .viewport { height: 550px; overflow: hidden; position: relative; float:left; width:100%; overflow-y:scroll; border: solid #c3c3c3;border-width: 0 1px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;width:100%;}
.smallOnline .scrollbarBlock .viewport {  height:700px;}
.scrollbarBlock .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; width:100%; }
.scrollbarBlock .online { border-width: 0 0 1px; width:100%; }
.scrollbarBlock .scrollbar{ display:none; background: #FFF url(/images/bg-scrollbar-track-y.png) repeat-y 1px 0; position: absolute; top:0; right:0; width: 15px; z-index:10; padding-left:1px; }
.scrollbarBlock .track {  height: 100%; width:13px; position: relative; padding: 0 1px 0 2px; }
.scrollbarBlock .thumb { background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
.scrollbarBlock .thumb .end { background: transparent url(/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.scrollbarBlock .disable { display: none !important; }
.scrollbarBlock.predictRule { border-width:1px 1px 1px 0; }
.scrollbarBlock.predictRule .overview { padding: 10px 20px 10px 10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } 