<?php include('../../../inc/bootstrap.php'); ?>
<?php $mural = getMuralFolder(); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<?php $title = 'Frozen Assets'; ?>
	<?php $description = "In <i>Frozen Assets</i>, Rivera coupled his appreciation for New York’s distinctive vertical architecture with a potent critique of the city's economic inequities. The panel’s upper register features a dramatic sequence of largely recognizable skyscrapers, most completed within a few years of Rivera’s arrival in New York. In the middle section, a steel-and-glass shed serves as a shelter for rows of sleeping men, pointing to the dispossessed labor that made such extraordinary growth possible during a period of economic turmoil. Below, a bank’s waiting room accommodates a guard, a clerk, and a trio of figures eager to inspect their mounting assets in the vault beyond. Rivera’s jarring vision of the city—in which the masses trudge to work, the homeless are warehoused, and the wealthy squirrel away their money—struck a chord in 1932, in the midst of the Great Depression."; ?>
	<?php $image = $base_url.'/content/mural/'.$mural.'/images/mural.jpg'; ?>
	<?php include('../../../templates/head.tpl.php'); ?>
	<body class="murals detail-intro">
		<div id="page">
			<div id="main">
				<div class="mural-holder">
					<div class="caption">
						<a class="caption" href="#"><span>+</span> caption</a>
						<div class="caption-text"><div class="caption-bottom"><div class="caption-body">
							<div class="caption-item mural caption-active">
								<p>Fresco on reinforced cement in a galvanized-steel framework, 94 1/8 x 74 3/16" (239 x 188.5 cm). Museo Dolores Olmedo, Xochimilco, Mexico. © 2011 Banco de México Diego Rivera & Frida Kahlo Museums Trust, México, D.F./Artists Rights Society (ARS), New York. Photograph © Eumelia Hernández and Ricardo Alvarado; Instituto Nacional de Bellas Artes</p>
							</div>
							<div class="caption-item sketch">
								<p>sketch caption</p>
							</div>
							
						</div></div></div>
					</div>
					<div class="image-holder">
						<div class="view-image" id="mural-image"><img src="images/mural.jpg" alt="" /></div>
						<!--<div class="image active-image" id="sketch-image"><img src="images/sketch.jpg" alt="" /></div>-->
					</div>
					<div class="navigation">
						<div class="panel">
							<div class="btn"></div>
						</div>
						<ul class="buttons left">
							<li class="first last"><a class="active view-mural" href="#">View Mural</a></li>
						</ul>
						<ul class="buttons right">
							<li class="first last"><a class="active" href="#sketch-image">View Sketch</a></li>
						</ul>
					</div>
				</div>
			</div>
			<div id="sidebar">
				<div id="menu">
					<?php include('../../../templates/menu.tpl.php'); ?>
					<div class="bar-content mural-page">
						<div class="content">
							<div class="date">1931–1932</div>
							<h2>Frozen Assets</h2>
							<div class="description">
								<div class="text-item mural text-active">
									<p>In <em>Frozen Assets</em>, Rivera coupled his appreciation for New York’s distinctive vertical architecture with a potent critique of the city's economic inequities. The panel’s upper register features a dramatic sequence of largely recognizable skyscrapers, most completed within a few years of Rivera’s arrival in New York. In the middle section, a steel-and-glass shed serves as a shelter for rows of sleeping men, pointing to the dispossessed labor that made such extraordinary growth possible during a period of economic turmoil. Below, a bank’s waiting room accommodates a guard, a clerk, and a trio of figures eager to inspect their mounting assets in the vault beyond. Rivera’s jarring vision of the city—in which the masses trudge to work, the homeless are warehoused, and the wealthy squirrel away their money—struck a chord in 1932, in the midst of the Great Depression.</p>
								</div>
								<div class="text-item sketch">
									<p>sketch text lorem ipsum</p>
								</div>
							</div>
							<div class="arrows">
								<ul class="menu">
									<li><a id="scroll-up" href="#">Up</a></li>
									<li><a id="scroll-down" href="#">Down</a></li>
								</ul>
							</div>
							<div class="depth"><a href="hotspots.php">the mural in-depth</a></div>
							<?php $audio = "media/audio.mp3"; ?>
							<?php if (file_exists($audio)) : ?>
								<?php include('../../../templates/audio.tpl.php'); ?>
							<?php endif; ?>
							<?php $url = $base_url.'/content/mural/'.$mural.'/detail.php'; 	 ?>
							<?php include('../../../templates/share.tpl.php'); ?>
						</div>
					</div>
					<?php include('../../../templates/murals-menu.tpl.php'); ?>
					<ul class="menu main-menu">
						<li class="home"><a href="<?php print $base_url; ?>">Home</a></li>
						<li class="menu"><a href="#">Menu</a></li>
						<li class="murals"><a href="#">Murals</a></li>
						<li class="frozen active"><a href="#">Frozen Assets</a></li>
					</ul>
				</div>
			</div>
		</div>
	</body>
</html>