// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent))
{
  jQuery(function($) {
		  $("a[rel^='lightbox']").slimbox({counterText:"Bild {x} von {y}"}, null, function(el) {
		    if (el.firstChild.alt != "")
        el.title = el.firstChild.alt;
		    return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		  });
	 });
}
