﻿ jQuery(document).ready(function($) {
	$('a[rel*=facebox]').facebox({
	}) 


	$("a").focus(function() {
	  $(this).blur();
	});
	
})
