body {
	font: 1 em/ 1.2 'Special Elite', cursive;
	margin: 0 10px;
}

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

ul.a {
	text-decoration: none;
}

#fallback {
	display: none;
}

.audioButton {
	background: url("../img/btn-2.png") no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 20px 10px 10px 70px;
	width: 60x;
	height: 60px;	
}

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

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

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

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

#player {
	display: none;
}
