
#fallback {
	display: none;
}

.audioButton {
	background: url("../img/play_20x20.png") no-repeat 0px 0px;
	padding: 0px 0px 2px 22px;
	height: 20px;
	width: 20px;
}

.audioButton:hover {
    background: url("../img/play_hover_20x20.png") no-repeat 0 0px;
}

.audioButton.playing {
    background: url("../img/pause_20x20.png") no-repeat 0 0px;
}

.audioButton.playing:hover {
    background: url("../img/play_20x20.png") no-repeat 0 0px;
}

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

#player {
	display: none;
}
