$(document).ready(function() {

	$('#example-text-link').lightBox();
	$('#example-img-link').lightBox();

});