$(document).ready(function() {
	$(".ql_tool_iframe").colorbox({ iframe: true, width: "70%", height: "80%" });
	$(".cb_iframe").colorbox({ iframe: true, width: "70%", height: "80%" });
});

