$(document).ready(function()
{
    $('table tr:nth-child(odd)').addClass('odd');
   	
	$('.lightbox').kfBox({ minWidth: 540 });
	
});
