
      #chapterOne #playerWrapper { margin:0; }
      
      #chapterOne #playerWrapper ol { padding: 20px 0 0; margin: 0px; list-style: decimal; color: #fff; width: 230px; font-size: 12px; background: url('../images/ten-perc.png') }
      #chapterOne #playerWrapper ol li { position: relative; margin: 0px; padding: 5px 0px 5px 30px;}
      #chapterOne #playerWrapper ol li a { display: block; text-indent: -2.5ex; padding: 0px 0px 0px 20px; color:#7e7e7e; font-size:13px; text-decoration:none; text-transform:uppercase; line-height:24px; letter-spacing:0.02em; }
      #chapterOne #playerWrapper ol li a:hover { 	color:#fff; text-shadow:-1px -1px 1px #5B5B5B, 1px 1px 1px #5B5B5B, 1px -1px 1px #5B5B5B, -1px 1px 1px #5B5B5B;}
      #chapterOne #playerWrapper li.playing .nazev{ color: #d24726; }
      #chapterOne #playerWrapper li.playing a .nazev{ color: #d24726; }
      #chapterOne #playerWrapper li.playing:before { content: ''; background: #fff; width: 6px; height: 6px; padding: 0px; line-height: 14px; margin: 0px; position: absolute; left: 10px; top: 14px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}

      .audiojs { width: 230px; height: 25px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
      .audiojs .play-pause { width: 25px; height: 25px; margin: 2px 0 0; padding: 0px; border-right: 0px }
      .audiojs .play { background: url("../images/player-graphics.gif") -2px -1px no-repeat; } 
      .audiojs .loading { background: url("../images/player-graphics.gif") -2px -31px no-repeat; } 
      .audiojs .error { background: url("../images/player-graphics.gif") -2px -61px no-repeat; } 
      .audiojs .pause { background: url("../images/player-graphics.gif") -2px -91px no-repeat; } 
      .audiojs p { width: 25px; height: 20px; margin: -3px 0px 0px -1px; }
      .audiojs .scrubber { background: #fff; width: 100px; height: 6px; margin: 8px 0 8px 5px; z-index: 10; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
      .audiojs .progress { height: 6px; width: 0px; background: #b91f1f; margin-left: -1px;  z-index: 5; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
      .audiojs .loaded { height: 6px; background: #999; z-index: 1; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
      .audiojs .time { float: right; height: 22px; line-height: 22px; padding:2px 5px;font-size:10px; }
      .audiojs .error-message { height: 20px;line-height: 20px; }

      .track-details { clear: both; height: 20px; width: 420px; padding: 1px 6px; background: #eee; color: #222; font-family: tahoma, verdana, arial; font-size: 8px; line-height: 20px; }
      .track-details:before { content: ''; }
      .track-details em { font-style: normal; color: #999; }      
