$(function () { jQuery(".slideTxtBox").slide({ effect: "left", autoPlay: true, trigger: "click" }); jQuery(".picScroll-top").slide({titCell: ".hd ul ",mainCell:".bd ul", autoPage:true, effect: "top",autoPlay:true,vis:1 ,trigger:"click"} ); $(".student dl").each(function(i){ var item=i+1; if(item%4==0){ $(".student dl").eq(i).css("marginRight",0); } }) })