﻿$(document).ready(function() {
						   
	$('.scroll-pane').jScrollPane({showArrows:true, scrollbarWidth:11, scrollbarMargin:20, arrowSize: 12});

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

	$(".lightbox").lightBox({fixedNavigation:false});


});



