ol.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

ol.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

ol.graphic li {
 margin-bottom:2px;
}

ol.graphic li a,
ol.graphic li 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:22px;
 min-height:16px;
 padding:3px 6px 3px 23px;
 min-width:19em;
 _width:19em;
 text-decoration:none;
 font-weight:bold;
 color:#fff;
 text-shadow: 0 0 0 #000; /* stupid Safari "fat" font rendering tweak */
}

ol.graphic li a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: all 0.15s ease-in-out;
}

ol.graphic li a.sm2_paused:hover,
ol.graphic li a.sm2_link:hover {
 background:#0A3F71 url(../image/icon_play.png) no-repeat 3px 50%;
 _background-image:url(../image/icon_play.gif); /* IE 6 */
 border-color:#333;
  border:3px transparent #666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
text-decoration: none !important;

}

ol.graphic li a.sm2_paused {
 background-color:#999;
 border-color:#999;
  border:3px transparent #666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
  color: #fff !important;
}

ol.graphic li a.sm2_paused:hover {
 background:#999 url(../image/icon_play.png) no-repeat 3px 50%;
 _background-image:url(../image/icon_play.gif);
  border:3px transparent #666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 border-color:#999;

}

ol.graphic li a.sm2_playing,
ol.graphic li a.sm2_playing:hover {
 background:#071F47 url(../image/icon_pause.png) no-repeat 3px 50%;
 _background-image:url(../image/icon_pause.gif);
 border-color:#336699;
  border:3px transparent #666;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 border-radius:3px;
 text-decoration:none;
 color: #fff !important;
}

/* hide button while playing?
ol.graphic li a.sm2_playing {
 background-image:none;
}
*/
