@charset "utf-8";
.black_overlay {
	background-color: black;
	cursor: url("../portfolio/temas/default/imagens/zoom-out.cur"), pointer;
	display: none;
	filter: alpha(opacity=50);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 1001;
	-moz-opacity: 0.5;
}
.white_content {
	background-color: white;
	cursor: url("../portfolio/temas/default/imagens/zoom-out.cur"), pointer;
	display: none;
	border: 3px solid #999;
	width: 500px;
	height: 500px;
	position: fixed;
	overflow: scroll;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-top: auto;
	padding: 10px;
	text-align: center;
	z-index: 1002;
}
.white_content a { cursor: url("../portfolio/temas/default/imagens/zoom-out.cur"), pointer; }
