.tool, .inactive-tool {		
    text-decoration: none;
    -moz-outline: 0 none;
    outline: 0 none;
    width:24px;	
		height:24px;
		
}
.tool img , .inactive-tool img{	
	border:0;
}
.inactive-tool {
  	-moz-opacity: 0.6;
    opacity:.6;
    filter: alpha(opacity=60);
}
 .inactive-tool:hover {	 	
 		-moz-opacity: 1;
    opacity:1;
    filter: alpha(opacity=100);
}


