$(function(){
	$('#divPic').cycle({
		fx: 'fade',
		prev: '#prevRotator',
		next: '#nextRotator'
	});
});
