<?php

	require_once("../includes/header.php");

?>

	<div class="main">

		<h2>Featured Works</h2>

		<div class="detail">

			<div class="image">

				<p><img src="../images/featured-works/27.png" alt="" height="400" width="306" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Head of a Man</em>.</h3> Céret, spring 1913. Cut-and-pasted wallpaper, newspaper, and paper, charcoal, ink, and pencil on paper mounted on canvas, 24&nbsp;5/8 x 18&nbsp;1/2" (62.5 x 47 cm). Kunsthaus Zürich. Grafische Sammlung. Photo: Kunsthaus Zürich &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>Among the "strange, coarse, and mismatched materials" that French poet and art critic Guillaume Apollinaire observed in works by Picasso are the scraps of wallpaper and newspaper in this uncanny head. Adorned with top hat and moustache, <em>Head of a Man</em> is framed by rhythmic interactions between drawn lines, cut edges, and shading. The artist's elision of the ear with what seems to be a guitar's curved contours, at left, humorously aligns the organ of hearing with the musical instrument.</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>