jQuery(document).ready(function($)

{

// 基本

$('p.next a img').rollover();

});
