
//Document READY
$(document).ready(function(){

	// Lightbox Link's 	
   	$("a[rel^=prettyPhoto]").prettyPhoto();
   	 

	// Link öffnen
	/*
$('.module').click(function(){
		var box = $(this).find('a.teaserBoxLink');
		window.location = box.attr('href');

	});
*/

});

