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

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

.cooperation img {
	border:0;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.3; 
	-khtml-opacity: 0.3; 
	opacity: 0.3;
}

.design:hover img {
	filter: alpha(opacity=10); 
	-moz-opacity: 0.1; 
	-khtml-opacity: 0.1; 
	opacity: 0.1;
}

#tooltip, .thumb, .alfa img {
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}

#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; 
	margin-left: -100px;
}

