/*
	© 2009 by Christof Lutz, gradus GmbH
*/
/**	 * prettyPhoto starten */
$(document).ready(function() {
	$("a[rel^='prettyPhoto']").prettyPhoto({
		social_tools: false
	});
});
