		$(document).ready(function(){
			$("a[rel^='lightbox']").prettyPhoto({theme:'fotogalerie'});
			$("a[rel^='prettyPhoto']").prettyPhoto();
		});
