jQuery(document).ready(function($) {
	$('header > a').click(function() {
		$('#slider').slideToggle();
	});
});
