$(document).ready(function(){
	$("#content a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});
	/*$("a.newsButton").css('opacity', 0.6).hover(function() { 
		$(this).stop().animate({ opacity: 1.0 }, 200); 
	}, 
	function() { 
		$(this).stop().animate({ opacity: 0.6 }, 200); 
	});*/
});


