/* colorbox.config */

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


