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