jQuery(document).ready(function() {
	$('.img_zoom').fancyzoom();
	//$('.img_zoom').slimbox();
	$("a[rel^='lightbox']").slimbox({/* Put custom options here */}, null, function(el) {
			return (this == el) || ((this.rel.length > 8) && (this.rel == el.rel));
		});
});