$(document).ready(function() { 					   
	$(".box").colorbox();
	$("a[rel='box_group']").colorbox();
});
