.sc-player{
  max-width: 100%;
  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{
  max-width: 100%;
  background-color: transparent;
  list-style-type: none;
  position: relative;
}

.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;
  max-width: 100%;
}

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  top: 35%;
  left: 50%;
}

.sc-player .sc-controls a{
  display: block;
  width: 45px;
  height: 45px;
  border-raidus: 6px;
  	-moz-border-radius: 6px;
  	-webkit-border-radius: 6px;	
}

.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;
  left: -5000px;
  bottom: 80px;
  height: 40px;
  width: 250px;
}

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

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

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

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

/* 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{
  max-width: 100%;
  margin-top: 20px;
  left: 0;
  overflow: auto;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 96.5%;
  cursor: pointer;
  padding: 5px;
}
.sc-player ol.sc-trackslist li span {
	float: right;
	color: #aaa;
}

/* Track info*/

.sc-player .sc-info{
  position: absolute;
  top: 10px;
  left: -5000px;
  width : 400px;
  padding: 10px;
  z-index: 500;
  margin-left: -200px;
}

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

.sc-player .sc-info h3 {
	font-family: 'TradeGothicBoldCondTwenty', "Arial Narrow";
	font-weight: normal;
	text-shadow: none;
	font-style: normal;
}

.sc-player .sc-info h4 {
	font-family: Georgia, serif;
	font-style: italic;
	text-shadow: none;
	color: #FAFAFA;
	font-size: 16px;
}


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

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