jQuery(function($){$("a[rel^='lightbox']").slimbox({

overlayFadeDuration: 1
, resizeDuration: 1

}, null, function(el){return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));});});
