<?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/13.png" alt="" height="400" width="336" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Bottle and Wineglass</em>.</h3> Paris, December 3, 1912, or later. Oil, grit, cut-and-pasted newspaper, charcoal, and pencil on canvas, 21&nbsp;3/4 x 18&nbsp;1/4" (55.2 x 46.4 cm). Collection Bruno Bischofberger, Zurich. &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>"You can paint with whatever you like," French poet and art critic Guillaume Apollinaire wrote about Picasso in 1913, in response to his friend's impulse to include unorthodox materials in his artwork. This canvas shares many elements with contemporaneous works on paper, including its spare still life composition, fragments of the December 3, 1912 edition of <em>Le Journal</em>, sketchily drawn charcoal lines, and colorful accents. To this limited set of materials and techniques the artist added grit mixed with oil paint and hand-painted imitation marble, both applied in carefully defined patches that mimic the effects of collaged pieces of paper. Picasso's drawn lines duplicate his cut contours, which in turn echo the printed column lines within the pasted newspaper, demonstrating the rigor and sensitivity with which machine-made and handmade elements were set into dialogue in this radically simple canvas.</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>