.playlink a[href$=".mp3"] {
display:inline-block;
text-indent:-9999px;
overflow:hidden;
vertical-align:middle;
background-image: url(img/2-buttons.png);
background-position: 0 0;
width: 20px;
height: 20px;
background-repeat:no-repeat;
margin-right:20px;
}	
.playlink a.sm2_paused {
background-position: 0 0;
width: 40px;
margin-right:0;
}
.playlink a.sm2_playing{
background-position: 0 -22px;
width: 40px;
margin-right:0;
}
.linkplay {
	width:290px;
	border-radius:5px;
}
.linkplay label {
	display:inline-block;
	color: blue;
	padding:5px 0;
	font-size:11.5pt;
}
/* Toggled State for auto play */
.linkplay input[type=checkbox] + label {
	width:260px;
	color: #35c;
	padding:1px 0;
}
.linkplay input[type=checkbox] + label:after {
		/* font-weight:900; */
		color:#888;
		font-size:28px;
        content: '\021D3';
		position:relative;
		left:10px;
		top:5px;
}
.linkplay input[type=checkbox]:checked + label:after {
	color:#1b3;
	text-decoration:underline;
	top:1px;
}