$(document).ready(function()
{
  setTimeout(function(){
    $('#aerial_banners_top').cycle({ 
  	  fx:    'fade', 
  	  speed:  750,
      timeout: 5000
  	});
	 
    $('#aerial_banners_bottom').cycle({ 
  	  fx:    'fade', 
  	  speed:  750,
  	  timeout: 5000
  	});	   
  }, 10000);

});