@charset "UTF-8";

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

.scrollbar1 { width: 385px; clear: both; background:#fff; padding:10px 0; }
.scrollbar1 .viewport { width: 355px; height: 280px; overflow: hidden; position: relative; }
.scrollbar1 .overview { list-style: none; position: relative; left: 0; top: 0; padding: 0 0px; }
.scrollbar1 .thumb .end,
.scrollbar1 .thumb { background-color: #E6D28C; }
.scrollbar1 .scrollbar { position: relative; float: right; width: 8px; padding:0 0px 0 0; z-index:40; }
.scrollbar1 .track { background-color: #EBE6CD; height: 100%; width:8px; position: relative; padding: 0 0px; }
.scrollbar1 .thumb { height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left:0; }
.scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 8px; }
.scrollbar1 .disable{ display: none; }

