$(function() {

	$(".colorbox").colorbox({rel:'colorbox'});

	$("a.colorbox_video").colorbox({iframe:true, innerWidth:425, innerHeight:344});

});
