﻿    //this is getting the lightbox effect working
	$(document).ready(function(){
		$(".lightbox").lightbox();
	});
	
	

