$(document).ready(function()
	{
  	$('#right tr:odd td').addClass('zebra');
  });
