
// Lightbox function 
$(function() {
        $('#gallery a').lightBox();
    	});