.mp3 {
	line-height: 10px;
	height: 10px;
	max-height: 5px;
	opacity: .8;
}
.mp3 a,
.mp3 a.sm2_link {
	display: inline-block;
	height: 16px;
	ertical-align: middle;
	padding: 0px 0px 0px 16px;
	border-radius: 16px;
	margin-top: 1px;
	text-decoration:none;
	font-weight:normal;
	transition: background-color 0.1s linear;
	ackground: #000;
	position: relative;
	top: 4px;
}

.mp3 a,
.mp3 a.sm2_paused:hover,
.mp3 a.sm2_link:hover {
	background-image: url(../image/icon_play.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.mp3 a.sm2_paused:hover {
	background:#fff url(../image/icon_play.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

.mp3 a.sm2_playing,
.mp3 a.sm2_playing:hover {
	background: #fff url(../image/icon_pause.svg);
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

body #sm2-container object,
body #sm2-container embed {
	left:-9999em;
	top:-9999em;
}

