// JavaScript Document

$(function() {
		   
	$('a.lightbox').lightBox({fixedNavigation:true});
	
});
