if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
	jQuery(function($) {
		$("a[rel^='lightbox']").slimbox({}, function (el) {
		  return [el.href, el.getAttribute("data-description")];
		});
	});
}

