$(function() {
	$("a[rel^='lightbox']").slimbox(
		{
			counterText: "",
			closeKeys: [27, 120, 122]
		},
		null,
		function(el) {
			return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		}
	);
});

