                    //<![CDATA[
                    $(document).ready(function(){
                    $('.cycle').cycle({
                        fx:        'fade',
                        slideExpr: 'div.slide',
                        timeout:    6000,
                        delay:      -3000,
                        cssBefore: { opacity: 1 },
                        animOut:   { opacity: 0 },
                        next: '#arrowLeft',
                        prev: '#arrowRight',
                        pause: true
                        });
                    });
                    //]]>
