$(document).ready(function(){
	$('a.lightbox').lightBox(); // Select all links with lightbox class
});

