$(function() {
	$('a.lightbox').lightBox(); // Select all links with lightbox class
	//$('a[@rel*=lightbox]').lightBox(); // Select all links that contains lightbox in the attribute rel
	//$('#gallery a').lightBox(); // Select all links in object with gallery ID
	//$('a').lightBox(); // Select all links in the page
});


