// JavaScript Document
	$(function() {
		$('a[@rel*=lightbox]').lightBox({fixedNavigation:true});
	});
