// JavaScript Document

$(document).ready (function () {
    
	$(function() {
        $('#gallery a').lightBox();
    });	
});