$(function() {
	$('#featureSlider').cycle({ 
	fx:    'fade',
	pager: '#featureNavigation',
	timeout: 6000
	});
});
