﻿$(document).ready(function() {

	$("a").focus(function() {
		$(this).blur();
	});

	//$(".lightview").lightbox({fitToScreen: true});
	$(".lightbox").lightBox({fixedNavigation:true});

});


