

			jQuery(function(){
		
			jQuery("a#deep-set-eyes").click(
			function(){
			jQuery("#deep-set-eyes-content,#wide-set-eyes-content,#close-set-eyes-content,#glasses-wearers-content,#asian-eyes-content,").css({'display': 'none'});
			jQuery("ul#deep-set-eyes-content").css({'display': 'block'});
			jQuery("a#deep-set-eyes").css({'background': '#8f69b4','color': 'white'});
			jQuery("#wide-set-eyes,#close-set-eyes,#glasses-wearers,#asian-eyes,").css({'background': 'white','color': 'black'});
			return false;
			});
		
			jQuery("a#wide-set-eyes").click(
			function(){
			jQuery("#deep-set-eyes-content,#wide-set-eyes-content,#close-set-eyes-content,#glasses-wearers-content,#asian-eyes-content,").css({'display': 'none'});
			jQuery("ul#wide-set-eyes-content").css({'display': 'block'});
			jQuery("a#wide-set-eyes").css({'background': '#8f69b4','color': 'white'});
			jQuery("#deep-set-eyes,#close-set-eyes,#glasses-wearers,#asian-eyes,").css({'background': 'white','color': 'black'});
			return false;
			});
		
			jQuery("a#close-set-eyes").click(
			function(){
			jQuery("#deep-set-eyes-content,#wide-set-eyes-content,#close-set-eyes-content,#glasses-wearers-content,#asian-eyes-content,").css({'display': 'none'});
			jQuery("ul#close-set-eyes-content").css({'display': 'block'});
			jQuery("a#close-set-eyes").css({'background': '#8f69b4','color': 'white'});
			jQuery("#deep-set-eyes,#wide-set-eyes,#glasses-wearers,#asian-eyes,").css({'background': 'white','color': 'black'});
			return false;
			});
		
			jQuery("a#glasses-wearers").click(
			function(){
			jQuery("#deep-set-eyes-content,#wide-set-eyes-content,#close-set-eyes-content,#glasses-wearers-content,#asian-eyes-content,").css({'display': 'none'});
			jQuery("ul#glasses-wearers-content").css({'display': 'block'});
			jQuery("a#glasses-wearers").css({'background': '#8f69b4','color': 'white'});
			jQuery("#deep-set-eyes,#wide-set-eyes,#close-set-eyes,#asian-eyes,").css({'background': 'white','color': 'black'});
			return false;
			});
		
			jQuery("a#asian-eyes").click(
			function(){
			jQuery("#deep-set-eyes-content,#wide-set-eyes-content,#close-set-eyes-content,#glasses-wearers-content,#asian-eyes-content,").css({'display': 'none'});
			jQuery("ul#asian-eyes-content").css({'display': 'block'});
			jQuery("a#asian-eyes").css({'background': '#8f69b4','color': 'white'});
			jQuery("#deep-set-eyes,#wide-set-eyes,#close-set-eyes,#glasses-wearers,").css({'background': 'white','color': 'black'});
			return false;
			});
			
	});
