/* opacity-rollover */
$(function() {
  $('div#para2 ul img').opOver(1.0,0.6,100,100);
  $('div.pagetop img').opOver(1.0,0.6,100,100);
});
