/*
 *	Startup file with functions for general features on website (excluded from booking ibe and customer login)
 *
 */


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

$(function() {

	// Select all hyperlinks in object with this DIV-ID (links on thumbs)  [DISABLED]

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


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

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


});

