	$(function() {
		
		$( "#agenda" ).accessNews({
	        headline : "",
	        speed : "slow",
			slideBy : 1
	    });
		
	});
	
	
	$(document).ready(function(){
		$(".gallery a[rel^='lightbox']").prettyPhoto({theme:'facebook'});
	});


