/* Tiny Scrollbar */
.scrollBars { width: 100%; margin: 0; }
.scrollBars .viewport { width: 152px; height: 110px; overflow: hidden; position: relative; }
.scrollBars .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0 0 6px; margin: 0; }
.scrollBars .scrollbar{ background: #efefef; position: relative; float: right; width: 8px; margin: 10px 8px 0 0;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.scrollBars .track { height: 100%; width: 8px; position: relative; padding: 0; }
.scrollBars .thumb { background: #c7c7c7; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.scrollBars .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; display: none;}
.scrollBars .disable { display: none; }