// JavaScript Document
$(function(){
	// do something on page load
	
	// lightbox
	$('a.lightbox').lightBox();
		   
});
