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