a:active { outline: none } 
a:hover { outline: none } 
a:visited { outline: none } 
div.flat {
 list-style-type:none;
 padding-left:0px;
}

div.flat li,
div.graphic {
 padding-bottom:1px;
}

div.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

div.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

div.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}
div.detail {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

div.graphic {
 margin-bottom:2px;
}

div.graphic a,
div.graphic 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;
	vertical-align: middle;
	/*background-color:#FFFFFF;*/
	border-radius:3px;
	padding:0px 0px 0px 25px;
	/*min-width:19em;*/
    /*_width:19em; /* IE 6 */
    text-decoration:none;
	border:none;
	outline:none;
	font-weight:normal;
	color:#f6f9ff;
}

div.graphic a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: background-color 0.15s linear;
 -moz-transition: background-color 0.15s linear 0s; /* firefox 4 */
  -o-transition-property: background-color; /* opera 10.5 */
  -o-transition-duration: 0.15s;
}

div.graphic a, /* use a.sm2_link {} if you want play icons showing only if SM2 is supported */
div.graphic a.sm2_paused:hover,
div.graphic a.sm2_link:hover {
 background-image:url(/img/but_demo.gif);
 background-position:1px 50%;
 background-repeat:no-repeat;
 _background-image:url(/img/but_demo.gif); /* IE 6 */
 border:none;
 outline:none;
}



div.graphic a.sm2_paused:hover {
 background:url(/player/image/icon_play.gif) no-repeat 0px 50%;
 _background-image:url(/player/image/icon_play.gif);
 border:0;
 outline:none;
}

div.graphic a.sm2_playing,
div.graphic a.sm2_playing:hover {
 background:url(/player/image/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(/player/image/icon_pause.gif);
 text-decoration:none;
 border:none;
 outline:none;
}

/* hide button while playing?
div.graphic a.sm2_playing {
 background-image: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;
}

/* flat CSS example */

div.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

div.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


div.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

div.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

div.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

div.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}


td.flat {
 list-style-type:none;
 padding-left:0px;
}

td.flat li,
td.graphic {
 padding-bottom:1px;
}

td.flat li a {
 display:inline-block;
 padding:2px 4px 2px 4px;
}

td.graphic {
 list-style-type:none;
 padding-left:0px;
 margin-left:0px;
}

/* background-image-based CSS3 example */

td.graphic {
 list-style-type:none;
 margin:0px;
 padding:0px;
}
td.detail {
 list-style-type:none;
 margin:0px;
 padding:0px;
}

td.graphic {
 margin-bottom:2px;
}

td.graphic a,
td.graphic 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;
	vertical-align: middle;
	/*background-color:#FFFFFF;*/
	border-radius:3px;
	padding:0px 0px 0px 25px;
	/*min-width:19em;*/
    /*_width:19em; /* IE 6 */
    text-decoration:none;
	border:none;
	outline:none;
	font-weight:normal;
	color:#f6f9ff;
}

td.graphic a.sm2_link {
 /* safari 3.1+ fun (or, proprietary crap. TBD.) */
 -webkit-transition-property: hover;
 -webkit-transition: background-color 0.15s linear;
 -moz-transition: background-color 0.15s linear 0s; /* firefox 4 */
  -o-transition-property: background-color; /* opera 10.5 */
  -o-transition-duration: 0.15s;
}

td.graphic a, /* use a.sm2_link {} if you want play icons showing only if SM2 is supported */
td.graphic a.sm2_paused:hover,
td.graphic a.sm2_link:hover {
 background-image:url(/img/but_demo.gif);
 background-position:1px 50%;
 background-repeat:no-repeat;
 _background-image:url(/img/but_demo.gif); /* IE 6 */
 border:none;
 outline:none;
}



td.graphic a.sm2_paused:hover {
 background:url(/player/image/icon_play.gif) no-repeat 0px 50%;
 _background-image:url(/player/image/icon_play.gif);
 border:0;
 outline:none;
}

td.graphic a.sm2_playing,
td.graphic a.sm2_playing:hover {
 background:url(/player/image/icon_pause.png) no-repeat 0px 50%;
 _background-image:url(/player/image/icon_pause.gif);
 text-decoration:none;
 border:none;
 outline:none;
}

/* hide button while playing?
div.graphic a.sm2_playing {
 background-image: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;
}

/* flat CSS example */

td.flat a.sm2_link {
 /* default state: "a playable link" */
 border-left:6px solid #999;
 padding-left:4px;
 padding-right:4px;
}

td.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 border-left-color:#333;
}


td.flat a.sm2_playing {
 /* "now playing" */
 border-left-color:#6666ff;
 background-color:#000;
 color:#fff;
 text-decoration:none;
}

td.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
 border-left-color:#cc3333;
}

td.flat a.sm2_paused {
 /* "paused state" */
 background-color:#666;
 color:#fff;
 text-decoration:none;
}

td.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 border-left-color:#33cc33;
}
