Centering jQuery Cycle Plugin...

Centering jQuery Cycle Plugin...

Hi,

I'm new to HTML/CSS and have no experience whatsoever with JS so forgive me if this is a dumb question.

I have a div wrapped around spans, and each span containing nothing but text (client testimonials)... I'm trying to get the spans to cycle through and it works wonders, except the Cycle plugin causes my spans not to be centered within the div. So I looked through the plugin source and noticed:

  1. $slides.css({position: 'absolute', top:0, left:0}).hide()
I figured the absolute positioning was my problem and changed left:0 to left:50%   and although it centers, the slide is broken and all my spans appear at once.

Can you help a newbie out?