$(document).ready(function(){
	$(".popit").colorbox({width:"600px", height:"700px", iframe:true, opacity:".5"});
	 
});
	
