$(document).ready(function(){
$('div#photos') 
	.cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 3000, 
	next:   '#next', 
    prev:   '#prev' 
});

	
jQuery('.basic').accordion({  
		autoheight: false,
		header: 'span',
		active: true,
		alwaysOpen: true,
		animated: false
});	

});


