$(document).ready(function() {
	//add light box to links
	$(".gallery-link").lightBox();
});