$(document).ready(function(){
	$('a[rel=external]').each(function(){
		$(this).attr('target','_blank');
	})
	
	$('.enlarge').imgbox({
	'alignment'		: 'center',
	'allowMultiple'	: false
	});
	
	$(document).pngFix();
});