#quote {
	display: none;
}

#projectHeader {
	font-family: "Myriad Pro","Helvetica Neue",arial,helvetica,sans-serif;
	text-transform: lowercase;
	font-size: 14px;
	line-height: 32px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
	color: #666666;
	margin: 0;
}

#projectHeader h1 {
	display: inline;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#project #copy {
	margin-top: 16px;
	width: 208px;
	height:416px;	
	position: relative;
	float: right;
/*	text-align: justify;*/
}

#project #copy .projectQuote {
	color: #BD0018;	
}

#project #copy .ldquo {
	margin-left: -0.3em;
}

#project #copy #controls {
	position: absolute;
	bottom: 0;
	left: 1px;
}

#project #copy #controls ol li {
	list-style: none;
	display: block;
	float: left;
	width: 14px;
	height: 14px;	
	overflow: hidden;
	border: 1px solid #999999;
	margin-left: -1px;
}

#project #copy #controls ol li a:link {
	display: block;
	padding-left: 1000px;
	background: #FFF;
}

#project #copy #controls ol li a.on {
	background: #999999;
}

#projectControls {
	position: absolute;
	top: -36px;
	right: 4px;
}

#projectControls #next, #projectControls #previous {
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	background-image: url(/img/arrows.gif);
	background-position: 9px -1px;
	text-indent: 100px;
	float: left;
}

#projectControls #previous {
	background-position: 1px -1px;	
}

#projectControls a#next:hover {
	background-position: 9px 9px;	
}

#projectControls a#previous:hover {
	background-position: 1px 9px;	
}

#project #controls p {
	font-size: 0.818em; 
	line-height: 1.63em;
	margin-bottom: 0;
}

#project #image {
	margin-top: 16px;
	width: 656px;
	min-height:416px;
	height:auto !important;
	height:416px;		
	overflow: hidden;
/*	background: #eee;*/
}

#project #image img {
	display: block;
	
}
