$(document).ready(function(){
	$('div.events_list td.flyer a').lightbox();
/*	$.lightbox.construct({
		'speed': 500,
		'show_linkback': false,
		'opacity': 0.6,
		text: {
			help: {
				close:		'Close',
				interact:	''
			},
			about: {
				text: 	'',
				title:	'',
				link:	''
			}
		}
    });*/
    $('#past_events_list').jScrollPane();
    $('#comingup_events_list').jScrollPane();
});