$(document).ready(function(){

	$(function() {
		$('a[@rel*=lightbox-page]').lightBox();
	});

});
