$(document).ready(function() {
						   
	// Create striped tables
	$("table tr:nth-child(odd)").addClass("alt");
	
	// Enable light box image galleries
	//$('.gallery a').lightBox();	
	$('.gallery li a').addClass('thickbox');
});