
$(function() {
	$("div.img_gallery a").colorbox();
	$("a.cb_image").colorbox();
});