// JavaScript Document
$(document).ready(function()
{
	$("tr:even").css("background-color", "#E4E4E4");
	/**
	 *	 Add Lightbox to the updated image
	 */
	$(function() 
	{
		$('a.thumbLink').lightBox();
	});
});
