* {
	margin: 0;
	padding: 0;
}

#player {
	position: relative;
}

#jfmp3_coverart {
	display: none;
}

#jfmp3_playlistUlEl li a {
	display: block;
	padding: 7px 10px;
	background: #f0f5f8;
	border-top: 1px solid #fff;
	font: 12px Arial, sans-serif;
	color: #441e39;
	text-decoration: none;
	cursor: pointer;
}

#jfmp3_playlistUlEl li a:hover {
	background: #e5eef4;
}

#jfmp3_nowPlaying {
	padding: 7px 10px;
	border: 3px solid #b5e3f7;
	font: 12px Arial, sans-serif;
	color: #000;
}

#jfmp3_previous,
#jfmp3_spp,
#jfmp3_next {
	display: block;
	height: 16px;
	width: 16px;
	background: #441e39;
	position: absolute;
	top: 9px;
	cursor: pointer;
}

#jfmp3_next {
	right: 9px;
	background: #441e39 url(/player/next.png) center center no-repeat;
}

#jfmp3_spp {
	right: 27px;
	background: #441e39 url(/player/play.png) center center no-repeat;
}

#jfmp3_spp.pause {
	background: #441e39 url(/player/pause.png) center center no-repeat;
}

#jfmp3_previous {
	right: 45px;
	background: #441e39 url(/player/previous.png) center center no-repeat;
}

.jfmp3_colored {
	background: #f7fafc !important;
}

.time {
	font-size: 11px;
	color: #86c0da;
}

#player ul {
	margin: 0 !important;
	padding: 0 !important;
}

#player li {
	margin: 0 !important;
	list-style: none none;
	padding: 0 !important;
}
