
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:left;
}

#fallback {
	display: none;
}

.audioButton {
	background: url("../img/btn.png") no-repeat 0 8px;
	display:inline-block;
	cursor: pointer;
	margin: 0;
	padding: 0px 6px 6px 24px;
}

.audioButton:hover {
	background-position: 0 -32px;
}

.audioButton.playing {
	background-position: 0 -77px;
}

.audioButton.playing:hover {
	background-position: 0 -117px;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("../img/loading.gif") no-repeat;
	text-indent: 0!important;
}

#player {
	display: none;
}
