$(document).ready(function(){
	
	// remove focus outline on all links when clicked
	  $("a").focus(function(){
	    $(this).blur();
	  });
	  
	  $(function(){
			$('#loopedSlider').loopedSlider({
				autoStart: 7000,
				restart: 7000
			});
			
		});

});
