$(document).ready(function(){
  $('#image-header').cycle({ 
	  fx: 'fade,scrollRight', 
	  pause: 1,
	  timeout:  6000 
  });
});
