// AUTOLOAD CODE BLOCK (MAY BE CHANGED OR REMOVED)
jQuery(function($) {
	$("a[rel^='group']").colorbox({photo:true});
	$(".iframe").colorbox({width:450, height:380, iframe:true,opacity:0.3});
});
