// NEOPIXEL JavaScript Document
$(document).ready(function() {
	
	//LIGHTBOX
	base_url = document.location.href.substring(0, document.location.href.indexOf('index.html'), 0);
	
	$(".lightbox").lightbox({
		fitToScreen: true,
		imageClickClose: false
	});
	
	$(".lightbox-2").lightbox({
		fitToScreen: true
	});
	//END OF LIGHTBOX
	
});
//END OF JQUERY FUNCTIONS
