$(function(){
	$('div#photos').cycle({ 
	    fx:    'fade', 
	    speed:  1500 
	 });
});
