  $('#ads01').cycle({ 
    fx: 'fade',	
	random: 0,     // true for random, false for sequence (not applicable to shuffle fx)    
	randomizeEffects: 1,  // valid when multiple effects are used; true to make the effect sequence random     
	requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded     
	requeueTimeout: 250,
	speed: 1000,
	timeout: 8000,
	pause: 1
  });
  
    $('#banners01').cycle({ 
    fx:  'fade',	
	random:        1,     // true for random, false for sequence (not applicable to shuffle fx)    
	randomizeEffects: 1,  // valid when multiple effects are used; true to make the effect sequence random     
	requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded     
	requeueTimeout: 250,
	speed: 1800,
	timeout: 7000,
	pause: 1
  });
  
    $('#banners02').cycle({ 
	pause: 1
  });


$('#news01').cycle({ 
    fx:     'scrollHorz',
    speed: 500,
	timeout: 7000,
	pause: 1,
    pager:  '#slidenav',
	pagerEvent:'mouseover',
	pauseonPageHover:true, 
    pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
        return '.news_slideshow_nav li:eq(' + idx + ') a'; 
    } 
});
 
  
    $('#news02').cycle({ 
    fx:     'scrollHorz',	
	random:        0,     // true for random, false for sequence (not applicable to shuffle fx)    
	randomizeEffects: 1,  // valid when multiple effects are used; true to make the effect sequence random     
	requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded     
	requeueTimeout: 250,
	speed: 450,
	timeout: 6000,
	pause: 1
  });
