﻿#sitemap, .zoomed, .expand, .collapse, .close, iframe {
	display: none;
}	
	
.youtube	{
	padding-bottom: 4em;
	border: none;
}
	
/*EXPANDABLE WINDOWS*/

#acknowledgments_short, #introduction_short, #borrowing_short, #objects_short, #recollection_short, #constraints_short, #hands_short, #umma1_short, #umma2_short, #kelsey_short, #bio_short	{
	display: none;
}

#introduction_long, #borrowing_long, #objects_long, #recollection_long, #constraints_long, #hands_long, #umma1_long, #umma2_long, #kelsey_long, #bio_long	{
	display: block;
}

#acknowledgments	{
	border: none;
}
	
#acknowledgments_long	{
	position: static;
	display: table-footer-group;
	background: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 1px solid #cccccc;
}	 

/*ZOOM-IN*/
.grow img	{
	cursor: default;
}	

.window:hover .action, .window:focus .action	{
	display: none;
}