.sc-player{
  width: 360px;
  height: 300px;
  position: relative;
  margin-bottom: 20px;
}

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

/* Artworks */

.sc-player .sc-artwork-list{
  width: 0px;
  height: 0px;
  background-color: #transparent;
  list-style-type: none;
  position: relative;
  visibility: hidden;
  left: -5000px;
}

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

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

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

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 13px;
  left: 10px;
}

.sc-player .sc-controls a{
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
}

.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;
}

/* scrubber */

.sc-scrubber {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  width: 290px;
}

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

.sc-scrubber .sc-time-span{
  height: 60px;
  margin: 10px 5px 5px 7px;
  position: relative;
}

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

.sc-scrubber .sc-time-indicators{
  position: absolute;
  right: 20px;
  top: 79px;
  font-size: 11px;
}

/* volume control */
.sc-volume-slider {
  top: -25px;
  left: 0px;
  position: absolute;
  width: 110px;
  height: 12px;
  background-color: white;
}
.sc-volume-slider .sc-volume-status{
  position: absolute;
  width: 0%;
  height: 10px;
  top: 1px;
  left: 1px;
}


/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  position: absolute;
  float: left;
  width: 100%;
  height: auto;
  top: 100px;
  left: 0px;
  overflow: auto;
  border-top: 1px solid #660000;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 100%;
  cursor: pointer;
  padding: 2px 0 2px 0px;
  font-size: 11px;
  font-weight: bold;
}

/* Track info*/

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

.sc-player .sc-info h3, 
.sc-player .sc-info h3 a {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	font-variant: small-caps;
}

.sc-player .sc-info h4, .sc-player .sc-info p {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

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


.sc-player .sc-info-toggle{
  visibility: hidden;
  position: absolute;
  top: 10px;
  left: -5000px;
}

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

.sc-player .sc-info-close{
  position: absolute;
  visibility: hidden;
  top: 10px;
  left: -5000px;
  /* right: 20px; */
}

/* utilities */

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

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