See
www.matchrace.com/match-cup-sweden.html
The audio file self aligns to center. I can enclose it in a table cell and force align left that's not a very elegant workaround (and it still seems to have some left and right padding...) I've moved the /tmpl file from the plugin into the template /html folder and named it jw_allvideos and played with the CSS a bit.. did not have any effect, i duplicated those changes in the css file where it was within the plugin folder, still no effect. Here are changes made in what i believe are the relevant bits: all references to center or right have been changed to LEFT:
/* Layout */
span.avPlayerContainer {display:block;text-align:left;clear:both;position:relative;z-index:999;}
span.avPlayerContainer span.avPlayerSubContainer {display:block;padding:12px;margin:4px auto;border:none;background:#010101 url(../images/videoplayer-bg.gif) repeat-x bottom;text-align:left;}
span.avPlayerContainer span.avPlayerSubContainerClean {display:block;padding:0;margin:0 auto;border:none;background:none;text-align:left;}
span.avPlayerContainer span.avPlayerSubContainer span.avPlayerBlock {display:block;}
Why is the embed still centering on the page? Thanks...