a img.linkimg{
background:none!important;
}

a:hover img.linkimg{
opacity:0.7;
filter: alpha(opacity=80);        /* ie lt 8 */
-ms-filter: "alpha(opacity=80)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
zoom:1;
background:none!important;
}

/*ƒŠƒ“ƒN*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ff1493 ;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}