span.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

span.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

span.graphic {
 margin-bottom:2px;
}

a.play,
a.sm2_link {
 /* assume all items will be sounds rather than wait for onload etc. in this example.. may differ for your uses. */
 display:inline-block;
 padding-left:0px;
 min-height:16px;
 vertical-align: middle;
 background-color:#336699;
 border-radius:3px;
 padding:1px 2px 1px 22px;
 min-width:0em;
 _width:19em; /* IE 6 */
 text-decoration:none;
 font-weight:normal;
 color:#f6f9ff;
}

a.sm2_link {
 transition: background-color 0.1s linear;
}

a.play, /* use a.sm2_link {} if you want play icons showing only if SM2 is supported */
a.sm2_paused:hover,
a.sm2_link:hover {
 background-image:url(/images/icons/icon_play.png);
 background-position:3px 50%;
 background-repeat:no-repeat;
 _background-image:url(/images/icons/icon_play.gif); /* IE 6 */
}

a.sm2_link:hover {
 /* default hover color, if you'd like.. */
 background-color:#003366;
 color:#fff;
}

a.sm2_paused {
 background-color:#999;
}

a.sm2_paused:hover {
 background:#003366 url(/images/icons/icon_play.png) no-repeat 3px 50%;
 _background-image:url(/images/icons/icon_play.gif);
}

a.sm2_playing,
a.sm2_playing:hover {
 background:red url(/images/icons/icon_pause.png) no-repeat 3px 50%;
 _background-image:url(/images/icons/icon_pause.gif);
 text-decoration:none;
}

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;
}