');
$('.ImgScreen').css('top',event.pageY+'px');
$('.ImgScreen').css('left',event.pageX+'px');
});
$('img:not([onclick])',this).live('mousemove',function(event) {
$('.ImgScreen').css('top',event.pageY+'px');
$('.ImgScreen').css('left',event.pageX+'px');
});
}));
// **********
// EOF
// **********