$(document).ready(function() {
	$('#info a[@rel*=lightbox]').lightBox({fixedNavigation:true});
	$('.textBox a[@rel*=lightbox]').lightBox({fixedNavigation:true});
});

