Inline Style overwritting CSS Style by I unknown code using Cycle 2

Inline Style overwritting CSS Style by I unknown code using Cycle 2

Hi JQueryers,

I am using Cycle2 (From http://jquery.malsup.com/cycle2/ ) and my CSS for my "Pager" control (the small control with a series of dots (by default) to allow you to manually select slides to view) is being positioned all the way to the left on my page because the CSS associated with my pager "Div"  (for example left : 800px ; is being overwritten with Inline Style settings by unknown code (eg   left : 0px ; ). I know this by using IE or Chrome debug tools to browse the DOM during execution.

Does anyone know why this is happening or can you help me understand how to better debug this to identify the offending code ?

Thanks a lot,

Terry Clancy

ClanceZ