$(document).ready(function() {
	
	$("#header #navigation_main li.selected a, #content h2").pngfix( { repeatMethod: "crop" } ); // PNGfix

	$('a.lightbox').lightBox(); // Select all links with lightbox class
	
});

