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