//slide new dslide('slide'); //product $(".i_product .item").hover(function(){ $(this).css({"background":"#e0e0e0"}); },function(){ $(this).css({"background":"#fff"}); });