// JavaScript Document

//lightbox image display
$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
});

