.sc-player {
  font: 12px Arial, sans-serif;
  /* background-color: #e5e5e5; */
  background: transparent;
  color: #666666;
  font-size: 0.6em;
  line-height: 1.6em;
  /* border: 1px solid #202020; */
}

.sc-player a {
  text-decoration: none;
  color: #333;
  margin: 0 0 0 10px;
}

/* Artworks */

.sc-player .sc-artwork-list{
  background: #eee;
  background: -moz-linear-gradient(left bottom, #EEEEEE 20px, #333333 350px) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, right top, left bottom, from(#333), to(#eee));
}

/* scrubber */

.sc-scrubber {
  background: transparent;
  background-repeat: no-repeat;
  background-image: url(../images/player_header.jpg);
  background-position: center top;
}

.sc-scrubber .sc-time-span {
  background: transparent;
  visibility: hidden;
}

.sc-scrubber .sc-time-span img {
  height: 60px;
  width: 100%;
  background: #333333;
  background: -webkit-linear-gradient(top,#444444, #666666 50%, #444444);
  background: -moz-linear-gradient(top,#444444, #666666 50%, #444444);
  background: -o-linear-gradient(top,#444444, #666666 50%, #444444);
  background: -ms-linear-gradient(top,#444444, #666666 50%, #444444);
  background: linear-gradient(top,#444444, #666666 50%, #444444);
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {

}

.sc-scrubber .sc-played {
  background: transparent;
  border-right: 2px solid #660000;
  opacity: 0.2;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: url('img/play-red-JH.png');
}

.sc-player .sc-controls a:hover {
  background: url('img/play-red-hover-JH.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('img/play-red-JH.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('img/play-red-hover-JH.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('img/pause-red-JH.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('img/pause-red-hover-JH.png');
}  

.sc-scrubber .sc-time-indicators{
  color: #666666;
}

/* Track listings*/

.sc-player ol.sc-trackslist li.active {
  color: #cccccc;
  background: #660000;
}

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {

}

.sc-player ol.sc-trackslist li:hover {
  background-color: #660000;
  color: #cccccc;
}

.sc-player ol.sc-trackslist li:hover a {
  color: #cccccc;
  text-decoration: none;
}

.sc-player ol.sc-trackslist li.active a {
  color: #cccccc;
  margin: 0 0 0 10px;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 20px 0 0;
  font-weight: normal;
}

/* Track info*/

.sc-player .sc-info{

}

.sc-player .sc-info-toggle{
  background: #f6a400;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #fff;
  color: #e74c14;
}

.sc-player .sc-info-close{
  background: #f6a400;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}

.sc-volume-slider {
  visibility: hidden;
  background-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}


.sc-volume-slider .sc-volume-status{
  background-color: #666;
  border-right: 1px solid #f6a400;
}

