
/*
*
{
	margin: 0;
	padding: 0;
}
table
{
	margin-left:auto;
	margin-right: auto;
}
*/


.portfolio_overlay {
	position:absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	/*background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0.1;
	opacity: 0.1;*/
}

.ontop_overlay {
	height:500px;
	width:500px;
	padding-top: 10px;
	background-color:#FFFFFF;
	z-index:101;
	border:15px solid #ccc;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


