jQuery.noConflict();
(function($) {
	$(document).ready(function() {
		$('a[rel=lightbox]').not('#st6_karte_lupe').lightBox({
	   		fixedNavigation:false,
			imageLoading: '/bilder/lightbox/lightbox-ico-loading.gif',
			imageBtnClose: '/bilder/lightbox/gxrep_schliessen2.gif',
			imageBtnPrev: '/bilder/lightbox/gxrep_rueck.gif',
			imageBtnNext: '/bilder/lightbox/gxrep_vor.gif',
			txtImage: '',
			txtOf: 'von'
		});
		$('#st6_karte_lupe').lightBox({
	   		fixedNavigation:false,
			imageLoading: '/bilder/lightbox/lightbox-ico-loading.gif',
			imageBtnClose: '/bilder/lightbox/gxrep_schliessen2.gif',
			imageBtnPrev: '/bilder/lightbox/gxrep_rueck.gif',
			imageBtnNext: '/bilder/lightbox/gxrep_vor.gif',
			txtImage: '',
			txtOf: 'von'
		});
	});
})(jQuery);

