// JavaScript Document
    $(function() {
        $('#gallery a').lightBox();
    });
	
	    $(function() {
        $('#gallery2 a').lightBox();
    });
		
		    $(function() {
        $('#gallery3 a').lightBox();
    });
