
/* ------------------------ JPLAYER ---------------------------- */

.jp-progress { background-color: #eeedeb;width: 605px;height: 28px;padding: 0;margin: 0 0 0 0; overflow:hidden; position:absolute; z-index:1; border:0px solid #000; display:none; }
.jp-play-bar { background-color: #d9d7d4; width:0px; height: 28px; }

.jp-playlist { position:relative;z-index:2; }
.jp-playlist ul { font-size:12px; font-weight:400; text-shadow: #eeedeb 0px 0px 0px; list-style-type:none; margin:0; padding:0; text-align:left; }

.jp-playlist li { display:block; height:30px; border-top: 1px solid rgb(128, 128, 128); border-top: 1px solid rgba(255, 255, 255, .2); -webkit-background-clip: padding-box; background-clip: padding-box;  }



.jplayer-num { float:left; width:22px; text-align:center; margin-left:0px;margin:0 10px 0 8px;font-weight:600;color:#eee; }

div.jp-type-playlist div.jp-playlist li:first-child { border-top:0px solid #3a3a3a; }
div.jp-type-playlist div.jp-playlist a {  -webkit-font-smoothing: antialiased;font-weight:400; text-decoration:none; color: #eeedeb; display:block; padding:6px 0; outline:none; }
div.jp-type-playlist div.jp-playlist a:hover { color: #eeedeb; }

div.jp-type-playlist div.jp-playlist li.jp-playlist-current { }
div.jp-type-playlist div.jp-playlist li.jp-playlist-current a{ color: #eeedeb; }


#jscrollbar { width: 286px; clear: both; margin: 0; }
#jscrollbar .viewport { width: 268px; height: 255px; overflow: hidden; position: relative; }
#jscrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; }
#jscrollbar .thumb .end,
#jscrollbar .thumb { background-color: #c6c4c1; }
#jscrollbar .scrollbar { position: relative; float: right; width: 10px;margin-right:4px; }
#jscrollbar .track { background-color: #1d1e1c; height: 100%; width:10px; position: relative; margin: 5px 0;border-radius:5px;}
#jscrollbar .thumb { height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0;border-radius:5px; }
#jscrollbar .thumb .end { overflow: hidden; height: 5px; width: 10px; }
#jscrollbar .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
