$(document).ready(function() {
	// Initialize ScrollPanes
	$('#content').jScrollPane({showArrows:true});
	// Initialize LightBoxes
	$('a[target=lightbox]').lightBox();
});
