<?php

	require_once("../../includes/header.php");

	$video = isset($_GET["n"])? "0" . intval($_GET["n"]) : "01";

?>

	<div class="main">

		<h2><a href="../index.php">Techniques &amp; Materials</a> / Guitar Constructions</h2>

		<p>Picasso's <em>Guitar</em> constructions are three-dimensional, volumetric sculptural works fashioned by cutting, folding, bending, and, most often, stitching together flat pieces of crude mass-produced materials. They were not carved in wood or stone, modeled in clay or wax, or cast in precious metal, as sculpture had been for centuries, but were made instead by manipulating planar elements.</p>

		<div class="playlist">

			<ul>
				<li><a href="?n=01"<?php print ($video == "01")? " class='active'" : ""; ?>>Constructing <em>Guitar</em> (1912)</a></li>
				<li><a href="?n=05"<?php print ($video == "05")? " class='active'" : ""; ?>>Constructing <em>Guitar</em> (1914)</a></li>
				<li><a href="?n=02"<?php print ($video == "02")? " class='active'" : ""; ?>>History and Conservation of still with <em>Guitar</em></a></li>
				<li><a href="?n=06"<?php print ($video == "06")? " class='active'" : ""; ?>>Picasso's Two <em>Guitars</em></a></li>
			</ul>
		
		</div>

		<?php require("../../includes/video.php"); ?>

		<p>Artwork &copy; 2011 Estate of Pablo Picasso/Artists Rights Society (ARS), New York</p>

	</div>

<?php

	require_once("../../includes/footer.php");

?>