$(document).ready(function() {
	$('.hemCycle').cycle({ 
		fx:			'fade', 
		speed:		1500, 
		timeout:	10000, 
		pager:		'#hemCycleNav',
		pause:		1
	});
});

