div#portfolio {
	overflow: auto;
	height: 420px;
	position: relative;
	margin-bottom: 80px;
	clear: both;
    background-color: #000;
}
div#portfolio div.view {
	overflow: hidden;
	width: 960px;
}
div#portfolio div.text {
	float: left;
	width: 237px;
	padding: 30px 30px 62px 62px;
	border-right: 1px solid #666;
	height: 328px;
	overflow: hidden;
	background:  url(images/grey1x500px.png) repeat-x 0 0;
	position: relative;
}

div#portfolio h3 {
	font-size: 0.9em;
	background: none;
	color: #fff;
}
div#portfolio h3 a {
	color: #fff;
}
div#portfolio div.text p {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 2px;
	color: #fff;
}

div#portfolio div.image {
	float: right;
	background: #fff url(images/ajax-loader-onwhite.gif) no-repeat 50% 50%;
	position: relative;
	width: 630px;
	height: 420px;
}

div#portfolio div.image a {
	display: block;
}

div#portfolio div.image img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
}

div#portfolio a.more-link {
	float: right;
	text-transform: lowercase;
	color: #999;
	margin-top: 10px;
}
div#portfolio a.more-link:hover {
	color: #f60;
}


div#portfolio span.counter {
	float: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 330px;
	font-size: 4em;
	font-weight: bold;
	color: #888;
	height: 86px;
	text-align: right;
}
div#article div#controls {
	padding-left: 0;
	width: 150px;
	height: 50px;
	background: #d3d6d9 url(images/ajax-loader.gif) no-repeat 50% 35px;
	position: absolute;
	left: 350px;
	top: -63px;
}
div#controls span.playpause,
div#controls span.next,
div#controls span.previous {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	width: 50px;
	height: 40px;
}
div#controls span.next {
	background: url(images/next_arrow_portfolio_v3.png) no-repeat 50% -3px;
}
div#controls span.next:hover {
	background-position: 50% -59px;
}

div#controls span.previous {
	background: url(images/previous_arrow_portfolio_v3.png) no-repeat 50% -3px;
}
div#controls span.previous:hover {
	background-position: 50% -59px;
}
div#controls span.play {
	background: url(images/pause_portfolio_v3.png) no-repeat 50% -3px;
}
div#controls span.pause {
	background: url(images/play_portfolio_v3.png) no-repeat 50% -3px;
}
div#controls span.play:hover,
div#controls span.pause:hover {
	background-position: 50% -59px;
}

div#article h1.title {
	text-align: right;
	position: absolute;
	right: 0;
	top: -80px;
	width: 903px;
	height: 79px;
	padding-right: 32px;
	line-height: 3em;
	background: #d2d5d7 url(images/portfolio_footer.png) repeat-x 0 100%;
}
div#article h1.title span {
	background-color: #d3d6d9;
	padding: 10px;
}

select#filter {
	display: block;
	position: absolute;
	left: 30px;
	top: -48px;
	width: 300px;
}
select#filter option {
}

dl.metadata { 
	visibility: hidden; 

}
