@font-face {
    font-family: 'libbybold';
    src: url('libbybold-webfont.eot');
    src: url('libbybold-webfont.eot?#iefix') format('embedded-opentype'),
         url('libbybold-webfont.woff') format('woff'),
         url('libbybold-webfont.ttf') format('truetype'),
         url('libbybold-webfont.svg#libbybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sc-player {
	
  text-transform:uppercase;
  font-size: 12px;
 
  
  margin:0px;
  border:1px solid #cccccc;
}

.sc-player a {
	font-family:'libbybold';
	line-height:20px;
  text-decoration: none;
  color: #333;
}


/* scrubber */

.sc-scrubber {
	position:relative;
	margin:0px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
 	background:none;
}

.sc-scrubber .sc-time-span {
	font-family: 'libbybold';
  background:none;
}

.sc-scrubber .sc-time-span img {
  height: 60px;
  width: 100%;
  background-color: #eeeeee;
  visibility:hidden;
}

.sc-scrubber {
width:348px!important;
}
.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
	
	left:15px;
  background-color: #f0f0f0;
  border-right:0px solid #eeeeee;
}

.sc-scrubber .sc-played {
  background-color: #999999;
  border-right:0px solid #666666;
}

/* controls */

.sc-player .sc-controls a {
	width:25px;
	height:25px;
  color: transparent;
  margin:25px 0 20px 20px;
  background: url('../img/play.png');
}

.sc-player .sc-controls a:hover {
  background: url('../img/play-hover.png');
}

.sc-player .sc-controls a.sc-pause {
  background: url('../img/play.png');
}

.sc-player .sc-controls a.sc-pause:hover{
  background: url('../img/play-hover.png');
}

.sc-player.playing .sc-controls a.sc-pause{
  background: url('../img/pause.png');
}

.sc-player.playing .sc-controls a.sc-pause:hover{
  background: url('../img/pause-hover.png');
}  

.sc-scrubber .sc-time-indicators{
	font-family: 'libbybold';
  color: #eee;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 2px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1em;
  display:none;
}

/* Track listings*/

.sc-player ol.sc-trackslist li.active, .sc-player ol.sc-trackslist li:hover {
  padding: 0px;
  margin: 0px;
  color: #000;
}

.sc-player ol.sc-trackslist li.active a {
  color: #999999;
  font-family: 'libbybold';
  font-size:14px;
}

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