                    //<![CDATA[
                    $(document).ready(function(){
                    var c = 2;
                    var imgc = $('.featured .wrap section').length-1;
                    $('.featured .wrap').cycle({
                        fx:        'scrollHorz',
                        slideExpr: 'section',
                        timeout:    10000,
                        delay:      -3000,
                        prev: '.arrowleft',
                        next: '.arrowright',
                        cleartypeNoBg: true
                        });
                    });
                    //]]>
