$(document).ready(function() {
	jQuery(function() {
		$('#imageGallery a').lightBox();
	});

	jQuery(function() {
		$('.extraInfos a').lightBox();
	});

	
	jQuery(function() {
		$('div.topTeaser img').tooltip({
			showURL: false
			}
		);
	});
	
});


