// JavaScript Document
$(function() {
        $('#photo a').lightBox();
		$('#photo2 a').lightBox();
		$('a[@rel*=lighterbox]').lightBox();
 });

