/*
 * Partners block
 */
#partners { padding: 0px 0; margin: 0pt 0px; }
#partners img { 
	opacity:0.4;  
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
  	-khtml-opacity: 0.4;
}
#partners a:hover img { 
	opacity:1.0; 
	filter:alpha(opacity=100);  
	-moz-opacity: 1.0;
  	-khtml-opacity: 1.0;
}


