$(document).ready(function() {

//Run lightbox function
	$("#gallery a").lightBox();
	
});


