body {
    margin:0;
    padding:0;
}

#fallback {
	display: none;
}

.audioButton {
    float:left;
	background: url("../img/btn.png") no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: -10px -8px 0 -4px;
	padding: 14px 0px 0px 25px;
	width: 0px;
}

.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;
}
