if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
	var slimboxConfig = {
		counterText: "{x}/{y}"
	};
	
	jQuery(
		function($)
		{
			$("a[rel^='lightbox']").slimbox(
				slimboxConfig, 
				null, 
				function(el) {
					return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
				}
			);
		}
	);
}
