$(function(){ $(".case li").hover(function(){ $('.case_w',this).stop().animate({"bottom":"30px"},400); $(".x",this).stop().css({'left':'45px'}).animate({'left':"60px"},400).show(); $(".y",this).stop().css({'right':'45px'}).animate({'right':"60px"},400).show(); $('.fire',this).show(); },function(){ $('.case_w',this).stop().animate({"bottom":"14px"},400); $('.fire, .x, .y',this).hide(); });}); jQuery(".fullSlide").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"fold", autoPlay:true, autoPage:true, trigger:"click" }); jQuery(".noticeScroll .bd li").each(function(i){ $(".noticeScroll .bd li").slice(i*2,i*2+2).wrapAll("");}); jQuery(".noticeScroll").slide({titCell:".hd ul",mainCell:".bd .txtlist",autoPage:true,effect:"topLoop",autoPlay:true,interTime:5000}); jQuery(".busScroll").slide({titCell:".hd ul",mainCell:".bd ul",autoPage:true,effect:"leftLoop",vis:5,easing:"easeOutCirc"});