/* Tiny Scrollbar */
.scrollbarM { min-width:480px; width:100%; margin:0; } /*width: 480px; | margin:20px 0 0 0;*/
.scrollbarM .viewport { min-width:460px; width:98%; height:200px; overflow: hidden; position: relative; } /*width: 460px; | height: 170px;*/
.scrollbarM .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scrollbarM .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 6px; }
.scrollbarM .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:6px; position: relative; padding: 0 1px; }
.scrollbarM .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: -10px; }
.scrollbarM .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.scrollbarM .disable { display: none; }

.scrollbarG { min-width:870px; width: 100%; margin:0; }
.scrollbarG .viewport { min-width:850px; width: 98%; height: 235px; overflow: hidden; position: relative; }
.scrollbarG .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.scrollbarG .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 6px; }
.scrollbarG .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:6px; position: relative; padding: 0 1px; }
.scrollbarG .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: -10px; }
.scrollbarG .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
.scrollbarG .disable { display: none; }
