// JavaScript Document


$(function() {  
$('#gallery1 a').lightBox();  
});


$(function() {  
$('#gallery2 a').lightBox();  
});


$(function() {  
$('#gallery3 a').lightBox();  
});


$(function() {  
$('#gallery4 a').lightBox();  
});


$(function() {  
$('#gallery5 a').lightBox();  
});

