#player-wrapper{width:100%;position:relative;overflow:hidden;margin-right:auto;margin-left:auto;box-shadow:0 0 1px rgba(255,255,255,0.2);color:#fff;background-attachment:scroll;background-image:url(images/trans.png);background-repeat:repeat}
#ytvideo{display:block;margin:5px 5px 0}
#player-wrapper ul li{display:block;float:left;height:90px;padding:5px}
#player-wrapper ul li img{float:left;margin-right:10px}
#player-wrapper ul li a{text-decoration:none;display:block}
#player-wrapper ul li:hover,#player-wrapper .currentvideo{background-color:rgba(0,0,0,0.7)}
#scrollbar{width:100%}
#scrollbar .viewport{width:100%;height:100px;overflow:hidden;position:relative}
#scrollbar .overview{list-style:none;width:3500px;position:absolute;left:0;top:0;background-attachment:scroll;background-image:url(images/trans.png);background-repeat:repeat;margin:0;padding:0}
#scrollbar .overview img{float:left}
#scrollbar .scrollbar{position:relative;height:20px;margin-bottom:5px}
#scrollbar .scroll-thumb .end,#scrollbar .scroll-thumb{background-color:#111}
#scrollbar .track{height:100%;width:20px;position:relative;background-color:#000;padding:0}
#scrollbar .scroll-thumb{height:16px;width:40px;cursor:pointer;overflow:hidden;position:absolute;top:0;border:solid 2px #000;background-color:#262626;background-image:url(images/scroll.png);background-repeat:no-repeat;background-position:center center}
#scrollbar .disable{display:none}
.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}