$(function() {
	$("ol.comments li:nth-child(odd)").css("background-color", "#f1f1f1");
	
	$('a[rel*=lightbox]').lightBox();
});
