#logo {
	position: relative;
	z-index: 200;
	padding: 47px 0 42px 10px;
}
#nav {
	position: absolute;
	right: 20px;
	top: 56px;
	z-index: 210;
	width: 160px;
}
#nav li#nav01 {
	position: absolute;
	left: 0;
	top: 0;
}
#nav li#nav02 {
	position: absolute;
	right: 0;
	top: 0;
}
.wrapper {
	width: 464px;
	height: 244px;
	padding-top: 38px;
}
#architecture {
	margin: 0 0 50px 0;
}
.wrapper ul li {
	text-align: center;
	float: left;
	width: 209px;
}
.wrapper #pd2 li {
	padding-top: 32px;
}
.wrapper li.pd1 {
	padding-top: 32px;
}
.wrapper li.pd3 {
	padding-top: 48px;
}


#copyright {
	clear: both;
	padding-bottom: 50px;
	font-size: 90%;
	text-align: center;
}

















#lightbox{
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -200px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
* html #lightbox {
	position: absolute; /* for WinIE6 */
	}
#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 400px;
	margin: 0 auto;
	background: #000000;
	}

#imageContainer{
	padding: 0px;
	}

#loading{
	position: fixed;
	top: 50%;
	left: 0%;
	height: 25%;
	width: 100%;
	margin-top: -16px;
	text-align: center;
	line-height: 0;
	}
* html #loading {
	position: absolute; /* for WinIE6 */
	}
#hoverNav a {
	position: fixed;
	top: 50%;
	width: 5em;
	z-index: 110;
	margin-top: 0.75em;
	line-height: 1.5em;
	padding: 5px;
	background: #ABA394;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
* html #hoverNav a {
	position: absolute; /* for WinIE6 */
	}
#prevLink {
	left: 0;
	text-align: left;
	}
#nextLink {
	right: 0;
	text-align: right;
	}


#imageDataContainer{
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 auto;
	line-height: 1.3;
	}

#imageData{
	padding: 10px 0;
	}
#imageData #imageDetails{ float: left; text-align: left; }	
#imageData #caption{
	display: block;
	color: #FFFFFF;
	font-size: 15px;
}
#imageData #numberDisplay{
	display: block;
	font-size: 12px;
	color: #FFFFFF;
}			
#imageData #bottomNavClose{ float: right; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

