$(function(){
	//Table
	$('.table_pg tr:nth-child(2n)').css('background', '#EDEDED');
  $('.box_edit li:nth-child(5n)').css('margin','8px 0 8px 0px')

});



