// JavaScript Document

$(document).ready(function() {
						   
$(function() {
	
	$('.zoom a').lightBox(); // Select all links in the page
	// ... The possibility are many. Use your creative or choose one in the examples above
});

 });

