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

.sc-player ol, .sc-player li{
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  height: 75px;
  background-color: transparent;
  list-style-type: none;
  position: relative;
}

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

.sc-player .sc-artwork-list li.active{
  list-style-type: none;
  display: block;
  height: 100%;
  max-width: 57px;
}

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

/* controls */

.sc-player .sc-controls{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 57px;
  height: 75px;
  text-align: center;
  line-height: 70px;
}

.sc-player .sc-controls a{
  display: block;
  width: 31px;
  height: 32px;
  top: 20px;
  left: 13px;
}

.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-player.playing .sc-controls a.hidden{
  visibility: visible !important;
}
/* scrubber */

.sc-scrubber {
  position: absolute;
  left: 72px;
  right: 30px;
  top: 57px;
  height: 4px;
}

.sc-player .sc-scrubber {
  display: block;
}

.sc-scrubber .sc-time-bar{
  display: block;
  float: none !important;
  width: auto !important;
  min-height: 4px !important;
  max-height: 4px !important;
  position: relative;
  cursor: pointer;
  margin: 0px;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played{
  height: 100%;
  position: absolute;
  top: 0;
}

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 0px;
  top: -17px;
}

/* volume control */
.sc-volume-slider {
  position: absolute;
  top: -50px;
  right: -20px;
  width: 8px;
  height: 43px;
  cursor: pointer;
  overflow: hidden;
}
.sc-volume-slider .sc-volume-status{
  width: 6px;
  height: 0%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0 1px;
}


/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  float: left;
  height: 60%;
  left: 0;
  overflow: auto;
  position: absolute;
  top: 45%;
  width: 100%;
}

.sc-player ol.sc-trackslist li{
  width: auto;
  cursor: pointer;
  margin: 5px;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 0;
  left: 72px;
  right: 30px;
  z-index: 500;
}

.sc-player .sc-info h4{
  color: #777777;
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 12px;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 50px;
}

.sc-player .sc-info h3{
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 15px 0 8px;
  line-height: 15px;
}

.sc-player .sc-info.active{
  left: 50%;
  top: 12%;
}


.sc-player .sc-info-toggle{
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

.sc-player .sc-info-toggle.active{
  left: -5000px;
}

.sc-player .sc-info-close{
  position: absolute;
  top: 10px;
  right: 20px;
}

/* utilities */

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

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