ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fallback {
	display: none;
}

.audioButton {
	background: url("btn.png") no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 6px 10px 10px 25px;
	height: 29px;
	
}
.controls a  {
font-weight: bold;
color: #666666;
text-decoration: none;	
}
.controls a:hover {
text-decoration: none;
color:#660000;
}
.audioButton:hover {
	background-position: 0 -33px;
}

.audioButton.playing {
	background-position: 0 -73px;
}

.audioButton.playing:hover {
	background-position: 0 -113px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("loading.gif") no-repeat 0 7px;
	text-indent: 0!important;
}

#player {
	display: none;
}