<?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/29.png" alt="" height="400" width="306" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Guitar</em>.</h3> Céret, spring 1913. Cut-and-pasted colored paper, wallpaper, paper, and newspaper, charcoal, and pencil on paperboard, 17&nbsp;5/16 x 12&nbsp;7/8" (44 x 32.7 cm). Musée national Picasso, Paris. Dation Pablo Picasso, 1979. Réunion des Musées Nationaux/Art Resource, NY. Photo: Hervé Lewandowski &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>In this nearly abstract composition, two concentric circles of charcoal on newspaper provide a cursory indication of a guitar's sound hole. The roughly cut pieces of colored paper and worn wallpaper fragments—Picasso was said to sometimes tear paper off walls to incorporate into his artwork—suggest a certain rapidity in execution, contrasting with the artist's conceptually rigorous play with the minimum requirements of representation. The strips of printed wallpaper at the top and bottom of <em>Guitar</em> include illusionistic cast shadows, a sly reference by Picasso to one of the most standard tricks for simulating three-dimensionality in two-dimensional images.</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>