// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
jQuery(function($) {
	$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
});

/*
$(document).ready(function() {
	$('dl.gallery-item a').each(function() {
		$(this).attr('rel','lightbox');
		//$(this).attr('href',$(this).find('img').attr('src'))
	});
	$("a[rel^='lightbox']").slimbox({ }, null, function(el) {
		return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
	});
})
*/
