	$(document).ready(function(){
		$(".popup").colorbox({width:"900px", height:"500px", inline:true });
	});

