// filename: libellen_gen.js
// version 1.01 - 2010-06-01
// author: kontakt at manderbachmedia dot de


$(function() {
   $('a[rel*=lightbox]').lightBox({
	overlayBgColor: '#000',
	overlayOpacity: 0.7,
	imageLoading: '/images/loading.gif',
	imageBtnClose: '/images/closelabel.gif',
	imageBtnPrev: '/images/prevlabel.gif',
	imageBtnNext: '/images/nextlabel.gif',
	containerResizeSpeed: 900,
	txtImage: 'Bild',
	txtOf: 'von'
   });
});

