.sc-player {
  width: 100%;
  height: 41px;
  position: relative;
}

.sc-player a {
  text-decoration: none;
 color: #000; 
}

.sc-player ol, .sc-player li{
  margin: 2px 0 0 110px;
  padding: 0;
  list-style: none;color: #000; 
  pointer-events:none;
}

.sc-player ol p, .sc-player li p { color: #000; margin-top:6px;text-transform: uppercase;max-width:340px;overflow: hidden;height:21px;}

.sc-right {  margin-left: 0px; padding:  0; }

.track-infos { line-height: 1.333em;display: none; } /* CUSTOM INFORMATION DIV WITH TRACK NAME AND ARTIST IS HERE */
.track-infos h3 { font-size: 1.333em; font-weight: 400; height: 16px; overflow:hidden; }
.track-infos h4 { font-size: 1.083em; font-weight: 400; }
.track-infos h3 a:hover, .track-infos h4 a:hover { color: #999; }

/*BUY TRACK LINK
.buy-track {  position: absolute; font-size: 1em; padding: 6px 9px; right: 0; border: 2px solid #ccc; } 
.buy-track:hover { color: #fff; border: 2px solid #fff;} */

/* Artworks */

.sc-player .sc-artwork-list{ display: none; } /* ARTWORK CONTAINER HERE */

.sc-player .sc-artwork-list li{
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: none;
}

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  width: 100%;
}

.sc-no-artwork {
  display: none;
}

/* controls */

.sc-player .sc-controls{ width: 53px; height: 53px; position: absolute; margin-top: 0px;left: 50px; } /* PLAY BUTTON POSITION */

.sc-player .sc-controls a { display: block; color: transparent; background: url('../images/play.jpg'); width: 80px; height: 34px; text-indent: -4999px; font-size: 0; display:block; line-height: 0; }

.sc-player .sc-controls a:hover { background-position: -80px 0px; }

.sc-player.playing .sc-controls a.sc-pause{ background: url('../images/pause.jpg'); width: 80px; height: 34px; }

.sc-player.playing .sc-controls a.sc-pause:hover{ background-position: -80px 0px; }

.sc-player .sc-controls a.sc-pause{
  display: none;
}

.sc-player.playing .sc-controls a.sc-play{
  display: none;
}

.sc-player.playing .sc-controls a.sc-pause{
  display: block;
}


#sc-prev { width: 40px; height:34px; margin-right: 0px; background-color: #e4e4e4; display: inline-block; background-image: url('../images/skip.png'); background-repeat: no-repeat; left: 0px; top: 0px; position: absolute;z-index:1000;background-position: 0px 0px; }
#sc-prev:hover { background-position: -40px 0px;  }

#sc-next { width: 40px; height:34px; margin-right: 0px; background-color: #e4e4e4; display: inline-block; background-image: url('../images/skip.png'); background-repeat: no-repeat; left: 140px; top: 0px; position: absolute;z-index:1000;background-position: -80px 0px;  }
#sc-next:hover { background-position: -120px 0px;  }


/* scrubber */

.sc-scrubber {  height: 34px; display: block;  background-color: #FFF; margin-left: 190px; margin-right: 77px; margin-top: 0px; } /* SCRUBBER CONTAINER */

.sc-scrubber .sc-time-span { background-color: #ccc; height:34px; position: relative; z-index: 605; } /* SCRUBBER COLOUR */

.sc-scrubber .sc-time-span img { height: 34px; width: 100%; position: absolute; z-index: 609; }

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played { background-color: #a2a2a2; opacity: 1; height: 34px; position: absolute; z-index: 607; top: 0; } /* BUFFERED OVERLAY */

.sc-scrubber .sc-played { background-color: #69b4be; position: absolute; z-index: 608; opacity: 1; } /* PLAYED OVERLAY */

.sc-scrubber .sc-time-indicators{ position: absolute;  color: #000; right: 85px; margin-top: -24px;z-index: 999;font-size: 12px;  }  /* TRACK DURATION CONTAINER */

.sc-scrubber .sc-position { }

.sc-scrubber .sc-duration { }




/* utilities */

.sc-player .hidden {
  display: none;
}

.sc-player-engine-container{
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px;
}


/* ---- FROM COLOURS-ORANGE --*/


/* controls */


/* Track listings*/

.sc-player ol.sc-trackslist { display: block;position: absolute;z-index: 888; } /* TRACKLIST DISPLAY */
.sc-player ol.sc-trackslist li { display: none; }
.sc-player ol.sc-trackslist li.active { display: block;pointer-events:none; }


.sc-track-duration { display: none;}
/* Track info*/

.sc-player .sc-info{ background: #fff; opacity: 0.9; display: none; } /* INFO PANE, DISPLAY NONE */

.sc-player .sc-info-toggle{ display: none; } /* INFO TOGGLE BUTTON, DISPLAY NONE */


.sc-player .sc-info-close{ display: none; }

.sc-volume-slider { display: none; } /* COLUME SLIDER, DISPLAY NONE */