$(document).ready(function(){
	$('p').first().addClass('intro');
	
	$('a.lightBox, img.lightBox').lightBox({fixedNavigation:true});

	$('a.targetBlank').click(function(){
		window.open(this.href);
		return false;
	});
	

	
	$('.faqItem').click(function() {
  		$(this).hidden();
	});
	
	
	

});
