$(document).ready(function(){
$("#content a.over img, .itemDetailWrap a.over img, #content img.over").fadeTo(0,1.0);
$("#content a.over img, .itemDetailWrap a.over img, #content img.over").hover(function(){
        $(this).fadeTo(100,0.7);
    },
    function(){
        $(this).fadeTo(100,1.0);
    });
$("#content a.over img, .itemDetailWrap a.over img, #content img.over").hover(function(){
        $(this).fadeTo(100,0.7);
    },
    function(){
        $(this).fadeTo(100,1.0);
    });
});


$(document).ready(function(){
$("#header a.over img, #headerTop a.over img, #footer a.over img").fadeTo(0,1.0);
$("#header a.over img, #headerTop a.over img, #footer a.over img").hover(function(){
        $(this).fadeTo(100,0.5);
    },
    function(){
        $(this).fadeTo(100,1.0);
    });
$("#header a.over img, #headerTop a.over img, #footer a.over img").hover(function(){
        $(this).fadeTo(100,0.5);
    },
    function(){
        $(this).fadeTo(100,1.0);
    });
});
