﻿/**
 * lightbox.run.js
 */

(function() {
	
	$(document).ready(function(){
		
		$('p.fR a').lightBox();
		
	});
	
})();
