$(document).ready(function() {
	// Nahoru
	$("#up").localScroll();

	$("p.center a").lightBox();
});

