function photoCycle () {
	$('#pImage').cycle({ 
	    fx:    'fade', 
	    speed:  2500,
	    pause: 1 
 	});
}
