// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
    jQuery(function ($) {
        $("a[rel='lightbox-iframe']").slimbox({iframe:1}, null, function (el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); });
		$("a[rel^='lightbox']").not("a[rel='lightbox-iframe']").slimbox({/* Put custom options here */}, null, function(el) { return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel)); });
	});
}
