html {
/*    overflow: hidden;*/
}

.numbers_portfolio {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: 30px;
	width: 900px;
	z-index: 80;
}


.column_full {
position: relative;
z-index: 4;
	width: 960px;
	height: 450px;

	margin: 0px;
	top: 200px;
	margin-top: -200px;
}

p.title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 15px;
}
p.title_folio {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.spacer {
	width: 100%;
	height: 20px;
	position: relative;
	z-index: 120;
}

img.rounded {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	border: 0;
}
img.rounded:hover {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	border: 0;
}