$(document).ready(function () {
    // JQ - Cufon
    //Cufon.replace('.nav, .top_link, .menu, h1, h2, h3');

    // JQ - Lightbox	
   jQuery('.light_box_pic').click(function(){
        var relAttr = $(this).attr('rel')
				 screenWidth = document.documentElement.clientWidth
				 screenHeight = document.documentElement.clientHeight				
			    jQuery.blockUI({
					message:($('#light_box'+relAttr)),
					css:{
					border: 'none',
					padding: '0px',
					left: (screenWidth / 2) - (jQuery('#light_box').outerWidth() / 2) + 'px',
					top: (screenHeight / 2) - (jQuery('#light_box').outerHeight() / 2) + 'px',
					backgroundColor: 'transparent',
					color: '#b2b2b2'
				}});
	});
	
	if($('CampusMap'))utwenteMap.initialize('CampusMap', campusMapOptions);

	
});
