

/*mp3Play*/

.bt_mp3Play span{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/icon_play.png);
	text-indent:-5000px;
}

.bt_mp3Pause span{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/icon_pause.png);
	text-indent:-5000px;
}

.bt_mp3Equalize span{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/equalizer.gif) bottom no-repeat;
	text-indent:-5000px;
}

.bt_mp3Loading span{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/test.gif);
	text-indent:-5000px;
}

.bt_mp3Error span{
	display:inline-block;
	width:18px;
	height:18px;
	background:url(images/icon_exclamation.gif);
	text-indent:-5000px;
	
}