/*
 *	Startup file with functions for "lightbox", used in area "Neubauten-Beispiele"
 *
 */


/* ------------------------------------------------ lightbox call -------------------------------------------------- */

$(function() {

	// Select all hyperlinks in object with this class (links on thumbs)

	$('a.lightbox').lightBox({
		txtImage: 'Bild',
		txtOf: 'von'
	});
});
