// javascript document $(function(){ $('ul.n2 a').not($('ul.n2 a.hover')).hover(function(){ $(this).find('i').stop().animate({top:'-43px'},300); $(this).find('b').stop().animate({top:'0'},300); },function(){ $(this).find('i').stop().animate({top:'0'},200); $(this).find('b').stop().animate({top:'43px'},200); }) }) $(function(){ $(".scrb1").scrollable({size:3,items:".scrb1 ul",loop:true}).autoscroll({ autoplay: true,interval:4000 }).navigator({navi:".tab01",naviitem:'dd',activeclass:"active"}); $(".scrb2").scrollable({size:2,items:".scrb2 dl",prevpage:".arr_l",nextpage:".arr_r"}).autoscroll({ autoplay: true,interval:4000 }) }) $(function(){ sexylightbox.initialize({color:'white',dir: 'theme'}); });