
body .entry ul.soundclips-container,
body .entry ul.soundclips-container li {
    list-style: none;
}
a.soundclip {
    padding: 2px 2px 2px 20px;
}
a.soundclip-paused {
    background:transparent url(icon_play.png) no-repeat left;
    _background-image: url(icon_play.gif);
}
a.soundclip-playing {
    background:transparent url(icon_pause.png) no-repeat left;
    _background-image: url(icon_pause.gif);
}