@charset "UTF-8"; /* CSS Document */ .my_scroll { position: relative; width: 100%; clear: both; } .my_scroll .viewport { overflow: hidden; position: relative; top: 0px; } .my_scroll .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; } .my_scroll .thumb .end, .my_scroll .thumb { background-color: #000000; } .my_scroll .scrollbar { position: absolute; float: right; width: 8px; top: 0px; right: 2px; z-index: 1; } .my_scroll .track { /*background-color: #CFCFCF;*/ height: 100%; width:7px; position: relative; padding: 0 1px; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; opacity: 0.3; } .my_scroll .thumb { height: 20px; width:7px; cursor: pointer; overflow: hidden; position: absolute; top: 0; border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; } .my_scroll .thumb .end { display:none; overflow: hidden; height: 5px; width: 13px; } .my_scroll .disable { display: none; }