$(document).ready(function(){
	$(".shadow").colorbox({width:"500", height:"400", opacity:"0.0", iframe:true});
  });
	
function closeifr()
{
	$.fn.colorbox.close();
}