.content-column ul {
	list-style: none;
	margin: 18px 0 0 15px;
	padding: 0;
}

#fallback {
	display: none;
}

.audioButton {
	background: url("../img/btn.png") no-repeat 0 7px;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 25px;
	line-height: 32px;
}

.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("../img/loading.gif") no-repeat 0 7px;
	text-indent: 0!important;
}

#player {
	display: none;
}
