jQuery(function() {
	jQuery('#headerSlideshow').cycle({ 
	    fx:      'fade', 
	    speed:    2000, 
	    timeout:  6000,
		pager: '#headerSlideshowNav',
		prev: '.arrowPrev',
		next: '.arrowNext'
	});
});
