// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
var oFCKeditor;

$(function() {
	if (oFCKeditor) {
		oFCKeditor.ReplaceTextarea();
	}

	$('a[@rel*=lightbox]').lightBox({
		imageLoading: '/images/loading.gif',
		imageBtnClose: '/images/close.gif',
		imageBtnPrev: '/images/prevlabel.gif',
		imageBtnNext: '/images/nextlabel.gif',
		imageBlank: '/images/blank.gif',
		txtImage: "Foto",
		txtOf: "von"
	});
});
