$(function() {
	$('.lightboxlink').lightBox({
		fixedNavigation:true,
		overlayOpacity: .7
		
		});
});
