$(function() {
		$( "#galleryNav" ).click(function() {
			$( "#gallerySubNav" ).toggle();
		});
	});
