$(".inhekee").hover(function(){ $(this).find(".prev,.next").fadeTo("show",0.1); },function(){ $(this).find(".prev,.next").hide(); }) $(".prev,.next").hover(function(){ $(this).fadeTo("show",0.7); },function(){ $(this).fadeTo("show",0.1); }) $(".inhekee").slide({ titCell:".num ul" , mainCell:".inhepic" , effect:"fold", autoPlay:true, delayTime:1000 , autoPage:true });