It's not in the HTML or CSS - it's a parameter you send to highslide.js itself in the script in the HEAD.
hs.align = 'center';
Boxer automates this by saving it as a variable and giving the appropriate options in the
Settings > Boxer > Highslide JS "Centering" dropdown.
Thanks Alan
Ok, here is what I put it in the HEAD of my webpage (if I can figure out how to enter code in this forum)
<script type="text/javascript">
hs.graphicsDir = 'highslide/graphics/';
hs.outlineType = 'rounded-white';
hs.outlineWhileAnimating = true;
hs.align = 'center';
</script>
and that doesn't appear to work. The first 3 entries were there from the sample code from Dhina's FotoPlayer example page so I figured that would be where it should go. Any more ideas or should I just give up
Walt