$(document).ready(function() {
    $('#ce_cred').cycle({
		fx: 'fade',
		speed:  1000,
		timeout:  0,
		//pause:  1,
		next: '#next',
		prev: '#prev'
	});
});
