$(document).ready(function(){

	$(function() {
		$('a.lbox').lightBox({fixedNavigation:true});
	});
	
});