#player {
	z-index: 996; /* we doesn't play death-metal */
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 77%;
	line-height: 200%;
	text-transform: uppercase;
	letter-spacing: 0.15ex;
}
#player a { text-decoration: none;}
#status, #playlist {
	background-color: black;
	width: 100%;
}
#status {
	border: 0px solid #111;
	border-width: 3px 0px 0px 3px;
	padding: 10px 75px 10px 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 25%;
	margin-right: 10%;
	z-index: 998;
}
#controls li {
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 25px;
}
#playlist {
	display: none;
	position: absolute;
	bottom: 0px;
	height: 205px;
	padding: 15px 15px 0px 15px;
	z-index: 997;
}
#playlist li {
	list-style-type: none;
}
#playlist a { color: gray;}
#playlist a:hover { color: silver;}
.mp3.now-playing { color: white !important;}
.mp3.now-playing.paused { color: gray !important;}

#controls a { display: block; padding: 3px;}
#controls #playtoggle {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('/img/icons/mp3player.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#controls #playtoggle.play {
	background-image: url('/img/icons/play.gif');
}
#controls #playtoggle.buffering {
	background-image: url('/img/icons/loading.gif') !important;
}
#controls #playtoggle.pause {
	background-image: url('/img/icons/pause.gif') !important;
}
#label {
	margin-top: 1px;
}