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