// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
jQuery(function($) {
	$("a[rel^='lightbox']").slimbox({counterText: "Bild {x} von {y}",resizeDuration: 300,captionAnimationDuration: 300,imageFadeDuration: 300}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});
