<?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/14.png" alt="" height="400" width="304" /></p>

			</div>

			<div class="description">

				<ul>
					<li><h3><em>Bottle and Wineglass</em>.</h3> Paris, December 3, 1912, or later. Cut-and-pasted newspaper, charcoal, pencil, and cut-and-pasted paper over ink on paper, 24 1/2 x 18 11/16" (62.2 x 47.5 cm). Staatsgalerie Stuttgart. Graphische Sammlung. &copy; Foto: Staatsgalerie Stuttgart &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</li>
				</ul>

			</div>

			<div class="more" style="display:none;">

				<p>"The objects that could stand on a café table, the Spanish guitar, these were the only pleasures allowed," French poet Jean Cocteau wrote, describing the austere subject matter that characterized <em>Bottle and Wineglass</em> and the phase of Picasso's career to which it belongs. The artist executed seemingly endless still life variations using a limited range of objects typical to a European café—most often a bottle of alcohol and a glass. This papier collé includes a rectangular patch of white paper pasted over a stripe of rich black ink, which creates real and illusory depth behind the white highlight and generates a sense of the volume and transparency of a full, round Bottle.</p>

			</div>

		</div>

	</div>

	<div class="carousel">

		<?php require_once("carousel.php"); ?>

	</div>

<?php

	require_once("../includes/footer.php");

?>