$(document).ready(function(){
	
	$(".iframe").colorbox({
		width:"800px", 
		height:"470px", 
		iframe:true,
		innerWidth:"100%",
		innerHeight:"100%",
		scrolling:true
		
	});
	
});

