$(document).ready(function() {
	$('#cycle').cycle({ 
		fx: 'zoom',
		timeout: 0,
		prev:	'#prev',
		next:   '#next'
		
	});
	
	$('#cycle img').tooltip({track: true, showURL: false});
});