$(function(){
	$('#controls').show();
	$('#story-quotes').cycle({ 
		//fx:    'scrollHorz', 
		fx: 'scrollHorz',
		speed:  1000,
		timeout: 6000,
		random: 0,
		autostop:      0,
		cleartype:     !$.support.opacity,
		pager: '#paging'
	});
	$('#controls2').show();
	$('#events-slideshow').cycle({ 
		//fx:    'scrollHorz', 
		fx: 'scrollHorz',
		speed:  1000,
		timeout: 6000,
		random: 0,
		pager: '#paging2'
	});
});


