/* CSS Effects for Conflagration Webzine by MAKI
===========================================================*/

.alfa img {
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
} 

.alfa:hover img, #tooltip {
	filter: alpha(opacity=100); 
	-moz-opacity: 100; 
	-khtml-opacity: 100; 
	opacity: 100;
}

#tooltip {
	text-align: center; 
	white-space: nowrap; 
	font: normal 10px verdana, sans-serif; 
	padding: 3px;
	background: #000; 
	color:#c6c6c6; 
	border:1px solid #0c0c0c;
	position:absolute; 
	margin-top: 20px; 
}
