.playerControls a {
	display:inline-block;
	padding-left:22px;
	padding:0px 3px 0px 20px;
	text-decoration:none;
}

.playerControls a.sm2_link {
	background:url(icon_play.gif) no-repeat 0px 50%;
}
.playerControls a.sm2_loading {
	background: url(icon_loader.gif) no-repeat 0px 50%;
}
.playerControls a.sm2_paused:hover, 
.playerControls a.sm2_link:hover {
	background:url(icon_play.gif) no-repeat 0px 50%;
}
.playerControls a.sm2_paused {
}
.playerControls a.sm2_paused:hover {
	background:url(icon_play.gif) no-repeat 0px 50%;
}
.playerControls a.sm2_playing, 
.playerControls a.sm2_playing:hover {
	background:url(icon_pause.gif) no-repeat 0px 50%;

}
