@charset "utf-8";
/* CSS Document */

/* Default + hover state, "click to play":*/
 a.sm2_link {
	background:url(../images/buttons2_tv.png);
	background-position: 0px -113px;
	background-repeat: no-repeat;
 }
 a.sm2_link:hover {
	background:url(../images/buttons2_tv.png);
	background-position: -226px -113px;
	background-repeat: no-repeat;
}

/* Playing + hover state, "click to pause":*/
 a.sm2_playing {
  	background:url(../images/buttons2_tv.png);
	background-position: -226px -113px;
	background-repeat: no-repeat;
}
 a.sm2_playing:hover {
  	background:url(../images/buttons2_tv.png);
	background-position: -226px -113px;
	background-repeat: no-repeat;
}

/* Paused + hover state, "click to resume":*/
 a.sm2_paused {
  	background:url(../images/buttons2_tv.png);
	background-position: 0px -113px;
	background-repeat: no-repeat;
}
 a.sm2_paused:hover {
  	background:url(../images/buttons2_tv.png);
	background-position: 0px -113px;
	background-repeat: no-repeat;
}
