$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
	
/*var mheight=$('#content_outer_wrapper').height()-125;

	if (mheight<585) 
		mheight=585;
	
	$("#tree_kormos").height(mheight);*/
	
		
});


