body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
div {
	border: 0px dotted yellow;
}
#divZoom {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	padding-top: 50px;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
	float: center;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80); 
}
#divFoto {
	display: none;
	position: absolute;
	z-index: 200;
	top: 50%;
	left: 50%; 	
	margin: -300px 0 0 -300px;	
	width: 600px;
	color: #FFFFFF;
	cursor: pointer;
	border: 2px #000000 solid;
	text-align: center;
	padding: 10px;
	background: #FFFFFF url(i/loading.gif) no-repeat;
	background-position: center center;	
}
#divClose {
	display: block;
	position: absolute;
	z-index: 300;
	right: 10px;
	top: 10px;
	width: 26px;	
	height: 26px;
	cursor: pointer;
	border: 0px #000000 solid;	
	background: url(i/close.gif) no-repeat;	
}