.albumcover {
	width: 80px;
	height: 80px;
	max-width: 80px;
	float: left;
	margin: 0 10px 10px 0;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}

.audio-player a {
	color: #ccc;
	text-decoration: none;
}

.audio-player ol {
	padding: 0;
	margin: 0;
	list-style: decimal-leading-zero inside;
	color: #ccc;
	width: 100%;
	font-size: 0.9em;
}

.audio-player ol li {
	position: relative;
	margin: 0;
	padding: 4px 4px 4px;
	border-bottom: 1px solid #333;
	cursor: pointer;
	font-family: monospace;
	font-size: 12px;
	color: #666;
}

.audio-player ol li a.track {
	font-family: "proxima-nova", sans-serif;
	/*display: block;*/
	text-indent: -3.3ex;
	padding: 0 0 0 3px;
	font-size: 14px;
	color: #aaa;
}

.audio-player ol li a.track small {
	font-size: 11px;
	opacity: 0.7;
	float: right;
}

.audio-player ol li a.abtns {
	float: right;
	padding: 0 6px;
}

.audio-player .abtns.abtn-add,
.audio-player .abtns.abtn-up {
	border-right: 1px solid #fff;
}

.audio-player li.playing {
	color: #666;
}

.audio-player ol li.playing a.track {
	color: #fff;
}

.audiojs audio {
	position: absolute;
	left: -1px;
}

.audiojs audio {
	position: absolute;
	left: -1px;
}

.audiojs {
	width: 100%;
	height: 36px;
	background: #404040;
	overflow: hidden;
	font-family: arial;
	font-size: 12px;
	margin-bottom: 14px;
}

.audiojs .play-pause {
	/*width: 25px;
height: 28px; */
	padding: 4px 6px;
	margin: 0;
	float: left;
	overflow: hidden;
	border-right: 1px solid #000;
}

.audiojs p {
	display: none;
	width: 25px;
	height: 28px;
	margin: 0;
	cursor: pointer;
}

.audiojs .play {
	display: block;
}

.audiojs .scrubber {
	position: relative;
	float: left;
	width: 200px;
	border: 1px solid #000;
	background: #333;
	height: 22px;
	margin: 7px 0 7px 7px;
	overflow: hidden;
}

.audiojs .progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 0;
	background: #fff;
	z-index: 1;
}

.audiojs .loaded {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 0;
	background: #000;
}

.audiojs .time {
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 0 0 6px;
	padding: 0 6px 0 12px;
	border-left: 1px solid #000;
	color: #ddd;
}

.audiojs .time em {
	padding: 0 2px 0 0;
	color: #f9f9f9;
	font-style: normal;
}

.audiojs .time strong {
	padding: 0 0 0 2px;
	font-weight: normal;
}

.audiojs .error-message {
	float: left;
	display: none;
	margin: 0 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("../img/player-graphics.gif") -2px -1px no-repeat;
}

.audiojs .loading {
	background: url("../img/player-graphics.gif") -2px -31px no-repeat;
}

.audiojs .error {
	background: url("../img/player-graphics.gif") -2px -61px no-repeat;
}

.audiojs .pause {
	background: url("../img/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;
}

@media screen and (max-device-width: 480px) {}

.audio-player ol li:last-child {
	border-bottom: 0;
	/*padding: 6px 4px 0 4px;*/
	padding-bottom: 0;
}