[jQuery] jQuery Cycle Plugin delay problem

[jQuery] jQuery Cycle Plugin delay problem


Sorry for my bad english.
I use jQuery Cycle Plugin
http://www.malsup.com/jquery/cycle/
it work very well, but i could not change delay option
$(document).ready(function() {
        $('#news').cycle({
             fx: 'scrollLeft',
             slideExpr: 'p',
             delay: -15000
        });
        $('#news').hover(
                function() {
        $('#news').cycle('pause');
                },
                function() {
        $('#news').cycle('resume');
                }
                );
});
And even I set delay: -15000 delay stay as default
look here http://porcelanosa-russia.ru/ in the top