.feature_white_out
{
	display: none; 
	position: absolute; 
	text-align: center; 
	background-color:white; 
	z-index:100; 	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}