$(document).ready(function() {
  $('#slider').cycle({ 
			fx:     'fade', 
			timeout: 6000, 
			delay:  -2000
		});
});
