<?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/05.png" alt="" height="376" width="400" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Guitar and Sheet Music</em>.</h3> Paris, autumn 1912. Cut-and-pasted wallpaper and sheet music, pastel, and charcoal on paperboard, 22&nbsp;13/16 x 24" (58 x 61 cm). Private collection. &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>In this work—one of the earliest by the artist to include cut-and-pasted paper—Picasso incorporated commercially printed material with handmade simulations of faux bois paper and sheet music, imitating their commonplace qualities through his own artistry. Picasso later explained his attitude toward compositions like <em>Guitar and Sheet Music</em>, remarking that "it would suffice to cut them out—the colors are only the indications of different perspectives, of planes inclined from one side or the other—then assemble them according to the indications given by the color, in order to find oneself in the presence of sculpture."</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>