	$('#featured').cycle({ 
	    activePagerClass: 'active',
	    fx:     'fade', 
	    speed:  'slow',
	    next: 'span.right',
	    prev: 'span.left', 
	    timeout: 3000,
	    pager: '.slider-controls'
	});
	
	
