.portfolio-top {
	width: 680px;
}

#portfolio {
	width: 725px;
	height: 260px;
	margin-left: 0px;
}

.portfolio-top #image {
	width: 205px;
	height: 235px;
	min-height: 210px;
	float: left;
	position: absolute;
	top: 0;
	left: 20px;
}

.portfolio-top .text {
	width: 470px;
	height: 230px;
	margin-top: 10px;
	overflow: auto;
	text-align: left;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.portfolio-top .text h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 0.3em;
	width: 90%;
	display: block;
}

#previous-next {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 2em;
	vertical-align: middle;
	width: 470px;
	float: right;
}

#previous-next a { color: #000; text-decoration: underline; }
#previous-next a:hover { text-decoration: none; }

#previous-next .previous { float: left; text-decoration: none; }
#previous-next .next { float: right; text-decoration: none; }