@charset "utf-8";
/* CSS Document */

.rollover:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
}
