// JavaScript Document
$(document).ready(function() {
	$('.gallery-icon a').lightBox();	
});

