ul.graphic li a[href$=".mp3"]:before,
ul.graphic li a.sm2_paused:hover:before, ul.graphic li a.sm2_link:hover:before {
    content: "\f04b";
    font-family: "FontAwesome";
    width: 1em;
}

ul.graphic li a.sm2_playing{
  background: #c00;
  border-color: #c00;

}
ul.graphic li a.sm2_playing:before, ul.graphic li a.sm2_playing:hover:before {
    content: "\f04c";
    width: 1em;

}
body #sm2-container object, body #sm2-container embed {
    /*
  flashblock handling: hide SWF off-screen by default (until blocked timeout case.)
  include body prefix to ensure override of flashblock.css.
 */
    left: -9999em;
    top: -9999em;
}
