$(document).ready(function(){

	$(document).pngFix();

	$('#credits').hide();

	$('a[rel*=facebox]').facebox();
	
});