            #report{
                position: absolute;
                top: 60px;
                /*left: 30px;*/
                right: 48px;
                z-index: 2000;
            }
            #report img{
                opacity:0.6;
                filter:alpha(opacity=60); /* For IE8 and earlier */
            }
            #report img:hover{
                opacity:1;
                filter:alpha(opacity=100); /* For IE8 and earlier */
            }