$(document).ready(function(){	
		
	// ColorBox
	$(".iframe").colorbox({width:"80%", height:"80%", iframe:true, opacity:0.7});
	$(".modal").colorbox({width:"580px", height:"70%", iframe:true, opacity:0.7});
	
	
});



