$(document).ready(function(){
	$(".colorbox-iframe").colorbox({
		iframe: 	true,
		innerWidth: 	450,
		innerHeight: 	220
	});
});

