.nav-title {
	display: block;
	margin: 20px 0 0 0;
	color: #999;
	font-weight: normal;
	font-size: .9em;
	text-align: center;
}

#inner-content-noside {
	padding: 0;
	width: 850px;
}

#portfolio {
	overflow: hidden;
}

#portfolio-container {
	width: 1800px;
	overflow: hidden;
}

#portfolio #nav-container {
	float: left;
	margin: 10px auto 0 auto;
}

#portfolio #nav {
	float: left;
}

#portfolio #nav .previous, #portfolio #nav .thumbnails, #portfolio #nav .next {
	float: left;
}

#portfolio #nav .previous, #portfolio #nav .next {
	margin-top: 16px;
	margin-right: 10px;
	padding-top: 18px;
	cursor: pointer;
}

#portfolio #nav .previous {
	width: 10px;
	height: 14px;
	background: url(/assets/images/arrow_left.png) 0 0 no-repeat;
}

#portfolio #nav .next {
	width: 10px;
	height: 14px;
	background: url(/assets/images/arrow_right.png) 0 0 no-repeat;
}

#portfolio .icon {
	float: left;
	display: block;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.hover, .icon:hover {
	background-position: 0 50px;
}

.project {
	float: left;
	width: 826px;
	padding: 20px 10px 10px 10px;
}

.project .project-images {
	float: left;
	margin-right: 20px;
	padding-bottom: 20px;
	width: 400px;
}

.project #project-description {
	float: right;
	width: 405px;
}

.project img {
	float: left;
	margin-right: 20px;
}

.project .project-images img {
	float: none;
	margin-bottom: 30px;
}

.project #thumbnails {
	margin-left: 10px;
}

.project #thumbnails img {
	margin-right: 20px;
	margin-bottom: 20px;
}

.project h2 {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 2em;
	color: #999;
}

.project h3 {
	margin-bottom: 2em;
	font-weight: bold;
	font-size: .9em;
}

.project p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.hidden {
	visibility: hidden;
}

.return-link {
	float: right;
	padding-top: 10px;
}