I have the same problem. I don’t want to center the slideshow itself, but I want to center the slides within the slideshow.
I have the width and height for slideshows set at 1024px by 768px. If an image has a smaller width than 1024px I want it to appear centered within the slideshow div.
In jquery.cycle.all.min.js the inline styles on the slides are set at:
position: absolute;
top: 0;
left: 0;
So all I want is to overrule ‘left: 0;’. Is that possible without rewriting jquery.cycle.all.min.js?