/*###############################################################################*/
/* Podcast page /*
/*###############################################################################*/
ul.playlistLinks{
	list-style:none;
	padding:0;
	margin:0;
}
ul.playlistLinks li{
	padding:0 0 0 20px;
	background:url(../img/icons/16x16/audio.gif);
	background-repeat:no-repeat;
}
/*###############################################################################*/
/* Music player/*
/*###############################################################################*/
.playlistSong{
	clear:both;
	padding:5px;
	border-bottom:1px solid #CCC;
}
.playlistSong-hover{
	clear:both;
	padding:5px;
	border-bottom:1px solid #CCC;
	background:url(../img/mp3player/playlist-hover.gif);
	background-repeat:repeat-y;
}
.songTitle{
	float:left;
}
.playbutton{
	width:20px;
	height:20px;
	float:right;
	background:url(../img/mp3player/buttons.gif);
}
.errorbutton{
	width:20px;
	height:20px;
	float:right;
	background:url(../img/mp3player/buttons.gif);
	background-position:0 20px;
}
.loadingbutton{
	width:20px;
	height:20px;
	float:right;
	background:url(../img/mp3player/buttons.gif);
	background-position:0 40px;
}
.stopbutton{
	width:20px;
	height:20px;
	float:right;
	background:url(../img/mp3player/buttons.gif);
	background-position:0 60px;
}
