$('list:nth-child(3n+3)').css({borderRight:"none"});
$('.block list:nth-child(3n+3)').add('.prod list:nth-child(3n+3)').css({borderRight:'none'});