@charset "utf-8";
/* CSS Document */
body{   position:relative;   } 
.fixed{ right:2px;  
        width:90px;
	    top:60px;    
		position:fixed;   
		+position:absolute;    
		+top:eXPression(eval(document.body.scrollTop)+10);  } 
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

