@charset "UTF-8";

/* -----------------------------------------------
FileName: tinyscrollbar.css
----------------------------------------------- */

.scrollbars { width: 195px; clear: both; padding:0 0; }
.scrollbars .viewport { width: 180px; height: 310px; overflow: hidden; position: relative; }
.scrollbars .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0 6px; }
.scrollbars .thumb .end,
.scrollbars .thumb { background-color: #38c9b9; }
.scrollbars .scrollbar { position: relative; float: right; width: 6px; padding:0 5px 0 0; }
.scrollbars .track { background-color: #ddd; height: 100%; width:6px; position: relative; padding: 0px 0px; }
.scrollbars .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0px; left:0px; }
.scrollbars .thumb .end { overflow: hidden; height: 5px; width: 6px; }
.scrollbars .disable{ display: none; }
