#lightbox{
	background-color:#FFFFFF;
	padding: 10px;
	opacity: 0.0;
	filter: alpha(opacity=0); /* pour ie */	
	}


#lightbox img { 
	border: none; 
	clear: both;
	} 

#overlay { 
	position: absolute; 
	display: block;
	top: 0; 
	left: 0; 
	z-index: 99998; 
	background-color: #444444;
	width: 100%; 
	height: 500px; 
	opacity: 0.0;
	filter: alpha(opacity=0); 
	}
	

