// JavaScript Document

$(document).ready(function() {
						   
	$('a.zoom').lightBox({fixedNavigation:true});
	$('a.photo').lightBox({fixedNavigation:true});					   
						   
						   
});
