

#fallback {
	display: none;
}

.audioButton {
	background: url("/libs/img/btn.png") no-repeat 0 7px;
	display: block;
	cursor: pointer;
	margin: 0;
	padding: 5px 0px 5px 25px;
	width: 400px;
	font-weight: bold;
}



a.audioButton	{
	color: #072b36;
	text-decoration: none;
	font-family: "Raleway";
	
}

a.audioButton:hover {
	background-position: 0 -33px;
	color: #999;
	text-decoration: underline;
	font-family: "Raleway";
}

.audioButton.playing {
	background-position: 0 -73px;
	color: #999;
	text-decoration: underline;
	font-family: "Raleway";
	
}

.audioButton.playing:hover {
	background-position: 0 -113px;
	color: #999;
	text-decoration: underline;
	font-family: "Raleway";
	
}






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

#ubaPlayer {
	display: none;
}

.controls	{
	list-style: none;
}
