//Initalise the lightbox plugin on elements with the rel attribute containing the string 'lightbox'.
(function($){			
	$(function(){
		$('*[rel*="lightbox"]').lightBox();
	});
})(ekm.$);
