﻿$(document).ready(function() {

	$("a").focus(function() {
		$(this).blur();
	});

	$(".lightbox").lightBox({fixedNavigation:true});
	$('a[@rel*=thumbnail]').lightBox({fixedNavigation:true});


});


