.sc-player {
  color: #fff;
}

.sc-player a {
  text-decoration: none;
  color: #fff !important;
}

/* scrubber */

.sc-scrubber {
}

.sc-scrubber .sc-time-span {
  background-color: #222;
}

.sc-scrubber .sc-time-span img {
  height: 80px;
  width: 400px;
  background-color: #000;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #fff;
  opacity: 0.4;
}

.sc-scrubber .sc-played {
  background-color: #333;
  opacity: 0.4;
}

/* controls */

.sc-player .sc-controls a {
  color: transparent !important;
  background: url('img/play.png');
}

.sc-player .sc-controls a:hover {
  background: url('img/play-hover.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('img/play.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('img/play-hover.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('img/pause.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('img/pause-hover.png');
}

/* Track listings*/



.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px 0 0;
}

/* Track info*/

.sc-player .sc-info{
	line-height:18px;
}



/* remote control */

a.sc-remote-link {
  background: url('img/play.png') top left no-repeat;
  padding-left: 20px;
  text-decoration: none;
}

a.sc-remote-link.playing{
  background-image: url('img/pause.png');
}

