.mp3 {
	line-height: 10px;
	height: 10px;
	max-height: 5px;
	opacity: .9;
}
.mp3 a,
.mp3 a.sm2_link {
	display: inline-block;
	height: 18px;
	padding: 0px 0px 0px 24px;
	margin-top: 2px;
		/* om de ronding nog mooier te maken */
	font-weight: normal;
}

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

.mp3 a.sm2_playing,
.mp3 a.sm2_playing:hover {
	background-image: url(../image/icon_pause.svg);
	background-size: 20px 20px;
	background-position: 4px -1.5px;
}

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

