#wrapper { 
	float: left;
	width: 600px;
	/*height: 350px;*/
	margin: -150px 45px;
	text-align: left;
}
#wrapper   ol { padding: 0px;
margin: 0px;
list-style: decimal-leading-zero inside;
color: #7C7C7C;
/*width: 460px;*/
border-top: 1px solid #ccc;
font-size: 0.9em;
}
#wrapper   ol li { 
text-align: left;
position: relative;
margin: 0px;
padding: 6px 10px 10px;
border-bottom: 1px solid #CCC;
cursor: pointer;
 }
#wrapper   ol li a { 
font-size: large;
display: block;
text-indent: -3.3ex;
padding: 0px 0px 0px 30px;
 }
#wrapper   li.playingSong { color: #E86E2F;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
#wrapper   li.playingSong a { color: #000;
}
#wrapper   li.playingSong:before { content: '♬';
width: 14px;
height: 14px;
padding: 3px;
line-height: 14px;
margin: 0px;
position: absolute;
left: -24px;
top: 9px;
color: #000;
font-size: 13px;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
  @media screen and (max-device-width: 480px) {
	#wrapper { position: relative;
left: -3%;
}
  }


/*from js*/
.audiojs audio { 
position: absolute;
left: -1px;
}         
.audiojs { 
background-color: #D3D3D3;
margin: auto auto 5px;
/*width: 460px;*/
height: 36px;
overflow: hidden;
font-family: monospace;
font-size: 12px;
}
.audiojs .play-pause { 
width: 25px;
height: 40px;
padding: 4px 6px;
margin: 0px;
float: left;
overflow: hidden;
}
.audiojs p { 
font-size: 20px;
display: none;
width: 25px;
height: 40px;
margin: 0px;
cursor: pointer;
}
.audiojs .play { 
display: block;
}
.audiojs .scrubber { 
position: relative;
float: left;
width: 280px;
background: #5a5a5a;
height: 14px;
margin: 10px;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
}
.audiojs .progress { 
position: absolute;
top: 0px;
left: 0px;
height: 14px;
width: 0px;
background: #E27F00;
z-index: 1;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CE7400), color-stop(0.5, #D87900), color-stop(0.51, #CE7400), color-stop(1, #CE7400));
background-image: -moz-linear-gradient(center top, #CE7400 0%, #D87900 50%, #CE7400 51%, #CE7400 100%);
}
.audiojs .loaded { 
position: absolute;
top: 0px;
left: 0px;
height: 14px;
width: 0px;
background: #000;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}
.audiojs .time { 
float: left;
height: 36px;
line-height: 36px;
margin: 0px 0px 0px 6px;
padding: 0px 6px 0px 12px;
color: #696969;
}
.audiojs .time em { 
padding: 0px 2px 0px 0px;
color: #4E4E4E;
font-style: normal;
}
.audiojs .time strong {
padding: 0px 0px 0px 2px;
font-weight: normal;
}
.audiojs .error-message { 
float: left;
display: none;
margin: 0px 10px;
height: 36px;
width: 400px;
overflow: hidden;
line-height: 36px;
white-space: nowrap;
color: #fff;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a { 
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
white-space: wrap;
}
/*.audiojs .play {
background: url("./images//player-graphics.gif") -2px -1px no-repeat;
}
.audiojs .loading { 
background: url("./images//player-graphics.gif") -2px -31px no-repeat;
}
.audiojs .error { 
background: url("./images//player-graphics.gif") -2px -61px no-repeat;
}
.audiojs .pause { 
background: url("./images//player-graphics.gif") -2px -91px no-repeat;
}*/
.playing .play, .playing .loading, .playing .error { 
display: none;
}
.playing .pause { 
display: block;
}
.loading .play, .loading .pause, .loading .error { 
display: none;
}
.loading .loading { 
display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading { 
display: none;
}
.error .error { 
display: block;
}
.error .play-pause p { 
cursor: auto;
}
.error .error-message { 
display: block;
}
