$(document).ready(function(){
	$('a[@rel*=lightbox]').lightBox({fixednavigation:true});
	
	$("#today").parent().css({
		"backgroundColor": "#591B0C"
	})
});
