$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!        
    $('#webPage').before('<div id="webPageNav">').cycle({
        fx:     'scrollLeft',
        speed:  '1000',
		 timeout: 0,
        pager:  '#webPageNav'
    });
});

$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!        
    $('#graphicPage').before('<div id="graphicPageNav">').cycle({
        fx:     'scrollLeft',
        speed:  '1000',
		 timeout: 0,
        pager:  '#graphicPageNav'
    });
});

$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!        
    $('#motionPage').before('<div id="motionPageNav">').cycle({
        fx:     'scrollLeft',
        speed:  '1000',
		 timeout: 0,
        pager:  '#motionPageNav'
    });
});

$.fn.cycle.defaults.timeout = 6000;
$(function() {
    // run the code in the markup!        
    $('#cgPage').before('<div id="cgPageNav">').cycle({
        fx:     'scrollLeft',
        speed:  '1000',
		 timeout: 0,
        pager:  '#cgPageNav'
    });
});
