.sc-player{
  width: 810px; /* Set here the width of the soundcloud panel */
  height: 450px; /* Set here the height of the soundcloud panel */
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}

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

/* Artworks */

.sc-player .sc-artwork-list{
  width: 100%;
  background-color: #transparent;
  list-style-type: none;
  position: relative;
  top: 60px;
  background: none;
  border: none;
  padding: 0px;
  margin: 0px;
}

.sc-player .sc-artwork-list li{
  list-style: none;
  list-style-type: none;
  float: left;
  width: 180px;
  height: 180px;
  margin: 0px 10px 10px 0px;
  background: none;
  border: none;
  padding: 0px;
}

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

.sc-player .sc-artwork-list li img, .sc-player .sc-artwork-list li div{
  list-style-type: none;
  width: 180px;
  height: 180px;
  border: 2px solid #CCC;
  margin: 0px;
  padding: 0px;
  background: none;
}

/* controls */

.sc-player .sc-controls{
  position: absolute;
  width: 60px;
  height: 50px;
  top: 2px;
  left: 0px;
}

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

.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: 60px;
  top: 0px;
  height: 50px;
  width: 504px;
  display: block;
}

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

.sc-scrubber .sc-time-span img {
  height: 40px;
  width: 494px;
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
}

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

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

/* tracks */

/* Track listings*/

.sc-player ol.sc-trackslist{
  border: none;
  background: none;
  position: absolute;
  float: left;
  width: 100%;
  top: 52px;
  left: 2px;
}

.sc-player ol.sc-trackslist li{
  float: left;
  width: 170px;
  height: 100px;
  cursor: pointer;
  padding: 80px 5px 0px;
  margin: 10px 10px 0px 0px;
  display: block;
  list-style: none;
  border: none;
  background: none;
}


/* Track info*/

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

.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 .sc-hidden {
  display: none;
}

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