#portfolio {
	position: relative;
	margin-left: -2px;
	width: 704px;
	height: 600px;
	background-image: url(/img/portfolio_bg.png);
	overflow: hidden;
}

#portfolio_items {
	position: relative;
	top: 8px;
}

.item {
	width: 700px;
	height: 600px;
	text-align: center;
	float: left;
}

.item h1{
	font-family: Arial;
	font-size: 24px;
}

.item h3{
	font-family: Verdana;
	font-size: 12px;
    font-weight: normal;
}

.item div.imagecontainer{
	position: absolute;
	left: 0px;
	width: 100%;
}

.iteminfo{
	display: none;
	position: relative;
	top: 370px;

	margin-left: auto;
	margin-right: auto;

	background-image: url(/img/itemdesc.png);
	background-repeat: no-repeat;

	height: 102px;
	width: 673px;

	font-size: 12px;
	text-align: left;

	padding: 0px 0px 0px 0px;
}

.itemcontent {
	height: 90px;
	padding: 10px 10px 0px 10px;
}

.item_image {
    display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#buttons {
	position: absolute;
	top: 542px;
	left: 200px;
	width: 300px;
	height: 25px;
}

.button {
	background-image: url(/img/button_bg.png);
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
	width: 85px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
}

.button:hover {
	background-image: url(/img/nav_highlight.png);
}

.itemcount {
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	float: left;
	width: 115px;
	height: 44px;
	line-height: 44px;
}

#prevButton {
	float: left;
}

#nextButton {
	float: right;
}

.tech {
	float: left;
}

.involve {
	float: right;
}
