$(function(){ jQuery(".fullSlide").slide({ titCell:".hd ul", mainCell:".bd ul", effect:"leftLoop", vis:"auto", autoPlay:true, autoPage:true, trigger:"click" }); $(".index_btnss .ib_btn").hover(function(){ $(this).addClass("hover"); },function(){ $(this).removeClass("hover"); }) })