// Animate the Firends of Greenholme Images 

$(document).ready(function(){

	$('#slider').cycle({
		fx:     'fade', 
	    speed:  'normal', 
	    timeout: 0, 
	    next:   '#next', 
	    prev:   '#prev' 
	});

});