﻿/**
 * lightbox.run.js
 */

(function() {
	$(document).ready(function(){
		$('#col-a .lightbox').lightBox();
	});
})();

