.sc-player {
  font: 12px Arial, sans-serif;
  color: #333;
  font-size: 1.6em;
  line-height: 1.6em;
  font-weight: bold;
  
}

.sc-player.special {
  border: 2px solid #ff3300;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px;
}

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

/* scrubber */

.sc-scrubber {
  /*background-color: #A4B6A0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;*/
}

.sc-scrubber .sc-time-span {
  /*background-color: #a4b6a0;*/
  background-color: transparent;
}

.sc-scrubber .sc-time-span img {
  height: 30px;
  width: 100%;
  background-color: #000;
}

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  background-color: #fff;
  /*opacity: 0.4;*/
}

.sc-scrubber .sc-played {
  background-color: #7C8978;
  /*opacity: 0.4;*/
}

/* controls */

.sc-player .sc-controls a {
  color: transparent;
  background: transparent url('img/play_pause.png') no-repeat top left;
}

.sc-player .sc-controls a:hover {
  background-position: bottom left;
}

.sc-player.playing .sc-controls a {
  background-position: top right;
}
/*.sc-player.playing .sc-controls a:hover {
  background-position: top right;
}*/
/*.sc-player .sc-controls a.sc-play {
  background-position: top left;
}*/

.sc-player .sc-controls a.sc-pause {
  background-position: top right;
}

.sc-player .sc-controls a.sc-pause:hover{
  background-position: bottom right;
}

.sc-scrubber .sc-time-indicators{
  background: #fff;
  color: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  font-size: 0.4em;
  font-weight: normal;
  line-height: 1em;
  display: none;
}

/* Track listings*/

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  background-color: #fff;
  padding: 4px;
  color: #000;
}

.sc-player ol.sc-trackslist li.active a {
  color: #000;
}

.sc-track-duration {
  text-align: right;
  float: right;
  padding: 0 5px;
  margin-left: 5px;
  display: none;
}

/* Track info*/

.sc-player .sc-info{
  background: #fff;
  opacity: 0.9;
}

.sc-player .sc-info-toggle{
  background: #fff;
  color: #003399;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 1px 1px 4px #ccc;
  -webkit-box-shadow: 1px 1px 4px #ccc;
  padding: 4px;
}

.sc-player .sc-info-toggle:hover{
  background: #003399;
  color: #eee;
}

.sc-player .sc-info-close{
  background: #003399;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px 4px;
  font-weight: bold;
}