$(document).ready(function() {
	$(document).pngFix();
	$('a').focus(function (){
		this.blur();
	});
});
