<?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/11.png" alt="" height="400" width="273" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Violin</em>.</h3> Paris, December 1912 or later. Charcoal on paper, 18&nbsp;1/8 x 12&nbsp;13/16" (46 x 32.5 cm). Philadelphia Museum of Art. The Louise and Walter Arensberg Collection, 1950. Photo: Philadelphia Museum of Art &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>This boldly contoured violin occupies an eccentric space in which each component seems to recede or advance in turn in relation to an adjacent plane or detail. Like the constructed cardboard and sheet metal <em>Guitars</em>, the instrument hangs from a single nail; rendered at upper right, it casts a faint charcoal shadow, and the shapes double as the instrument's tuning knobs. At the center of the composition Picasso delicately smudged the charcoal to reveal the paper's chain lines, products of the papermaking process. These closely spaced parallel indentations, suggesting the violin's strings, lend the work a subtle sense of ready-made texture and relief.</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>