ol.flat a.sm2_link {
	background: url(../images/music/icons/play.png ) no-repeat right 3px;	
	padding-right:15px;	
	display: block;
}

ol.flat a.sm2_playing {
 text-decoration:none;
 background: url(../images/music/icons/pause.png) no-repeat right 3px;

}

ol.flat a.sm2_playing:hover {
 border-left-color:#cc3333;
}

ol.flat a.sm2_paused {
	background: url(../images/music/icons/play.png ) no-repeat right 3px;	
	padding-right:15px;	

}


/* ALTERNATE
ol.flat a.sm2_link {
	background: url(../images/music/icons/play_text.gif ) no-repeat 100% 5px;	
	display: block;
padding-right:40px;
}

ol.flat a.sm2_playing {
 text-decoration:none;
 background: url(../images/music/icons/pause_text.gif) no-repeat 100% 5px;

}

ol.flat a.sm2_playing:hover {
 border-left-color:#cc3333;
}

ol.flat a.sm2_paused {
	background: url(../images/music/icons/play_text.gif) no-repeat 100% 5px;

}
*/

