#player {
	width: 250px;
	background: #ddd;
	padding: 0;
	margin: 10px 0;
}
#playlist {
	padding: 10px;
	margin: 0;
	list-style: none;
	background: #ddd url(/img/playlist_bg.gif) no-repeat left bottom;
}

#playergui {
	margin: 0;
	padding: 5px;
	height: 40px;
	background: url(/img/mp3gui_bg.gif) no-repeat;
}

#playergui #prevsong {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	background: url(/img/prev.gif) no-repeat center top;
	text-indent: -40000px;
}
#playergui #playpause {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	text-indent: -40000px;
}

#playergui .paused {
	background: url(/img/play.gif) no-repeat center top;
}
#playergui .playing {
	background: url(/img/pause.gif) no-repeat center top;
}

#playergui #nextsong {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	background: url(/img/next.gif) no-repeat center top;
	text-indent: -40000px;
}

#playergui a:hover {
	background-position: center bottom;
}


.mp3 {
	text-decoration: none;
	color: #000;
	
}

.nowplaying {
	font-weight: bold;
}

#position {
	font-size: 10px;
	margin: 5px 0 0 0;
}

#timeline {
	background: url(/img/timeline_bg.gif) no-repeat -240px top;
	height: 2px;
	width: 240px;
	
}

#songinfo {
	background: #fff;
	border: 1px solid #eee;
	padding: 1px;
	float: right;
	width: 170px;
	overflow: hidden;
	height: 14px;
}

